ruby/test/fiber
Nobuyoshi Nakada 5dd969892f
Wait for sleepr thread to finish not to leak
2023-07-13 13:12:52 +09:00
..
autoload.rb Use a proper mutex for autoloading features. (#5788) 2022-05-08 10:22:58 +12:00
http.rb
scheduler.rb Support `IO#pread` / `IO#pwrite` using fiber scheduler. (#7594) 2023-03-31 00:48:55 +13:00
test_address_resolve.rb We don't care about actual hostname resolution. (#6652) 2022-11-01 17:10:31 +13:00
test_backtrace.rb
test_enumerator.rb Add support for `sockaddr_un` on Windows. (#6513) 2022-11-17 14:50:25 -08:00
test_io.rb `rb_io_puts` should not write zero length strings. (#7806) 2023-05-15 11:13:51 +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 mutex: Raise a ThreadError when detecting a fiber deadlock (#6680) 2022-11-09 00:43:16 +13:00
test_process.rb
test_queue.rb Add tests for `Queue#pop` with fiber scheduler. (#6953) 2022-12-17 20:43:21 +13:00
test_ractor.rb
test_scheduler.rb Wait killed threads 2022-12-02 23:46:21 +09: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