ruby--ruby/test/fiber
Nobuyoshi Nakada d650b17686
`rb_fiber_terminate` must not return [Bug #18497]
In a forked process from a fiber, the fiber becomes the only
fiber, `fiber_switch` does nothing as there is no other fibers,
`rb_fiber_terminate` does not terminate the fiber.  In that case,
reaches the end of `fiber_entry` finaly, which is declared as
"COROUTINE" and should never return.
2022-01-19 19:57:16 +09:00
..
http.rb
scheduler.rb
test_address_resolve.rb
test_backtrace.rb
test_enumerator.rb
test_io.rb
test_io_buffer.rb
test_mutex.rb
test_process.rb `rb_fiber_terminate` must not return [Bug #18497] 2022-01-19 19:57:16 +09:00
test_ractor.rb
test_scheduler.rb
test_sleep.rb
test_thread.rb
test_timeout.rb