This commit is contained in:
Kazuhiro NISHIYAMA 2020-12-24 23:13:12 +09:00
Родитель bdbbfd1fa5
Коммит 2c752ff930
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 262ED8DBB4222F7A
1 изменённых файлов: 1 добавлений и 1 удалений

2
cont.c
Просмотреть файл

@ -1884,7 +1884,7 @@ rb_fiber_initialize_kw(int argc, VALUE* argv, VALUE self, int kw_splat)
* # ... and so on ...
*
* if <tt>blocking: false</tt> is passed to the <tt>Fiber.new</tt>, _and_ current thread
* has Fiber.scheduler defined, the Fiber becames non-blocking (see "Non-blocking
* has Fiber.scheduler defined, the Fiber becomes non-blocking (see "Non-blocking
* fibers" section in class docs).
*/
static VALUE