| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-01-19 | `rb_fiber_terminate` must not return [Bug #18497] | Nobuyoshi Nakada | |
| In a forked process from a fiber, the fiber becomes the only fiber, `fiber_switch` does nothing as there is no other fibers, `rb_fiber_terminate` does not terminate the fiber. In that case, reaches the end of `fiber_entry` finaly, which is declared as "COROUTINE" and should never return. Notes: Merged: https://github.com/ruby/ruby/pull/5468 | |||
| 2020-12-09 | Add support for non-blocking `Process.wait`. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3853 | |||
