1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/fiber
Samuel Williams 7f175e5648
Avoid missed wakeup with fiber scheduler and Fiber.blocking. (#6588)
* Ensure that blocked fibers don't prevent valid wakeups.
2022-10-20 13:38:52 +13:00
..
autoload.rb
http.rb
scheduler.rb Avoid missed wakeup with fiber scheduler and Fiber.blocking. (#6588) 2022-10-20 13:38:52 +13:00
test_address_resolve.rb
test_backtrace.rb
test_enumerator.rb
test_io.rb Introduce Fiber::Scheduler#io_select hook for non-blocking IO.select. (#6559) 2022-10-15 19:59:04 +13:00
test_io_buffer.rb
test_mutex.rb
test_process.rb
test_ractor.rb
test_scheduler.rb Avoid missed wakeup with fiber scheduler and Fiber.blocking. (#6588) 2022-10-20 13:38:52 +13:00
test_sleep.rb
test_thread.rb
test_timeout.rb