| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-09-14 | Make Mutex per-Fiber instead of per-Thread | Benoit Daloze | |
| * Enables Mutex to be used as synchronization between multiple Fibers of the same Thread. * With a Fiber scheduler we can yield to another Fiber on contended Mutex#lock instead of blocking the entire thread. * This also makes the behavior of Mutex consistent across CRuby, JRuby and TruffleRuby. * [Feature #16792] Notes: Merged: https://github.com/ruby/ruby/pull/3434 | |||
| 2020-09-14 | Add support for hooking `IO#read`. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3434 | |||
| 2020-09-14 | Standardised scheduler interface. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3434 | |||
