index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
fiber
/
scheduler.rb
Age
Commit message (
Expand
)
Author
2020-09-24
test/fiber/scheduler.rb: Prevent "instance variable @urgent not initialized"
Yusuke Endoh
2020-09-21
Simplify the implementation of Scheduler#block
Benoit Daloze
2020-09-21
Make `Thread#join` non-blocking.
Samuel Williams
2020-09-21
When setting current thread scheduler to nil, invoke `#close`.
Samuel Williams
2020-09-17
Add missing goto found;
Benoit Daloze
2020-09-17
Document the various scheduler hooks
Benoit Daloze
2020-09-17
Call scheduler.block instead of scheduler.kernel_sleep for blocking Queue/Siz...
Benoit Daloze
2020-09-17
Rename scheduler.{mutex_lock,mutex_unlock} to {block,unblock}
Benoit Daloze
2020-09-17
Use a similar pattern for waiting and ready
Benoit Daloze
2020-09-16
Add a note at the top of the test scheduler
Benoit Daloze
2020-09-14
Add support for ConditionVariable.
Samuel Williams
2020-09-14
Improve handling of urgent notification pipe.
Samuel Williams
2020-09-14
Make Mutex per-Fiber instead of per-Thread
Benoit Daloze
2020-09-14
Standardised scheduler interface.
Samuel Williams
2020-09-14
Simplify bitmasks for IO events.
Samuel Williams
2020-07-20
Improve consistency of tests.
Samuel Williams
2020-05-15
Move `test/scheduler` -> `test/fiber` [Bug #16892][ruby-core:98366].
Samuel Williams