This website requires JavaScript.
Explore
Help
Register
Sign In
dox4
/
ruby
Watch
1
Star
0
Fork
0
You've already forked ruby
mirror of
https://github.com/ruby/ruby.git
synced
2026-08-20 15:47:13 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ruby
/
test
/
fiber
History
Samuel Williams
9da5a7e79d
Add tests for
Queue#pop
with fiber scheduler. (
#6953
)
2022-12-17 20:43:21 +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
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
Introduce
Fiber#storage
for inheritable fiber-scoped variables. (
#6612
)
2022-12-01 23:00:33 +13:00
test_thread.rb
…
test_timeout.rb
…