ruby/test/fiber
Samuel Williams 3b9896acfc
Revert "Introduce Fiber Scheduler `blocking_region` hook. (#11963)" (#12013)
This reverts some of commit 87fb44dff6.

We will rename and propose a slightly different interface.
2024-11-06 22:19:40 +13:00
..
autoload.rb Use a proper mutex for autoloading features. (#5788) 2022-05-08 10:22:58 +12:00
http.rb
scheduler.rb Revert "Introduce Fiber Scheduler `blocking_region` hook. (#11963)" (#12013) 2024-11-06 22:19:40 +13: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 Introduce Fiber Scheduler `blocking_region` hook. (#11963) 2024-10-31 17:26:37 +13:00
test_io_buffer.rb Introduce Fiber Scheduler `blocking_region` hook. (#11963) 2024-10-31 17:26:37 +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 Introduce Fiber Scheduler `blocking_region` hook. (#11963) 2024-10-31 17:26:37 +13: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
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