Project

General

Profile

Actions

Bug #17389

closed

New docs for non-blocking Fibers and scheduler

Added by zverok (Victor Shepelev) over 3 years ago. Updated over 3 years ago.

Status:
Closed
Assignee:
-
Target version:
-
[ruby-core:101430]

Description

GitHub PR: https://github.com/ruby/ruby/pull/3891

Copying from its description:

I propose new documentation approach for new features in Ruby 3.0: non-blocking Fiber and the scheduler.

Right now, the documentation is in a confusing state. First, the doc/scheduler.md is even not rendered correclty: https://docs.ruby-lang.org/en/master/doc/scheduler_md.html (relatively easy to fix: wrong markdown markup for the code-blocks), and Fiber class itself has no mention for new concepts, and no docs for new methods: https://docs.ruby-lang.org/en/master/Fiber.html#method-c-schedule.

But on the bigger level, the documentation is quite hard to follow unless you are already fully in context of asynchronous loops and schedulers.

I am trying to fix it by:

  • adding to the Fiber class necessary docs, both high-level overview and particular method details
  • redocumenting the expected scheduler interface via "imaginary" Fiber::SchedulerInterface class: it is present only in docs to leverage RDoc's method-by-method documentation, be able to link to them separately and so on

Test rendering of the docs on my personal site:

I have not yet in this PR removed doc/scheduler.md, but I suggest to, as it is completely superseded by new docs.

I'd be really grateful if @ioquatix (Samuel Williams) will find some time to review this initiative in the upcoming days.

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0