This website requires JavaScript.
Explore
Help
Sign In
mirror
/
ruby
Watch
1
Star
0
Fork
0
You've already forked ruby
mirror of
https://github.com/ruby/ruby.git
synced
2026-01-28 21:14:28 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ruby
/
test
/
fiber
History
Benoit Daloze
0efa36ac06
Ensure Fiber storage is only accessed from the Fiber it belongs to
2022-12-20 19:32:23 +01: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
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_buffer.rb
…
test_io.rb
Add support for
sockaddr_un
on Windows. (
#6513
)
2022-11-17 14:50:25 -08: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
…
test_timeout.rb
…