ruby/test/fiber
Samuel Williams 5d1702e01a
Enumerator should use a non-blocking fiber, change `rb_fiber_new` to be non-blocking by default. (#10481)
2024-04-08 00:49:01 +12:00
..
autoload.rb Use a proper mutex for autoloading features. (#5788) 2022-05-08 10:22:58 +12:00
http.rb
scheduler.rb Prefer to use `Fiber#transfer` in scheduler implementation. (#10479) 2024-04-07 19:57:15 +12:00
test_address_resolve.rb Replace SocketError with Socket::ResolutionError in rsock_raise_socket_error 2023-11-30 13:27:19 +09:00
test_backtrace.rb
test_enumerator.rb Enumerator should use a non-blocking fiber, change `rb_fiber_new` to be non-blocking by default. (#10481) 2024-04-08 00:49:01 +12:00
test_io.rb [Bug #19624] Clean up backquote IO 2023-09-21 10:23:14 +09:00
test_io_buffer.rb Support `IO#pread` / `IO#pwrite` using fiber scheduler. (#7594) 2023-03-31 00:48:55 +13:00
test_mutex.rb Prefer to use `Fiber#transfer` in scheduler implementation. (#10479) 2024-04-07 19:57:15 +12:00
test_process.rb Use exit 0 instead of true on windows platform 2024-01-24 18:00:12 +09:00
test_queue.rb test/fiber/test_queue.rb: Make the stuck test fail. (#8791) 2023-10-28 11:10:30 +02:00
test_ractor.rb Use omit instead of skip without the default gems tests 2022-01-11 21:17:59 +09:00
test_scheduler.rb Reduce number of iterations in `TestFiberScheduler#test_autoload`. (#8391) 2023-09-07 13:53:51 +12:00
test_sleep.rb Close leaked file descriptors 2021-06-15 00:02:15 +09:00
test_storage.rb Ensure Fiber storage is only accessed from the Fiber it belongs to 2022-12-20 19:32:23 +01:00
test_thread.rb Wait for sleepr thread to finish not to leak 2023-07-13 13:12:52 +09:00
test_timeout.rb Fix handling of timeout accessing scheduler outside of non-blocking context. 2021-03-30 18:38:42 +13:00