mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
* Rename `rb_scheduler` to `rb_fiber_scheduler`. * Use public interface if available. * Use `rb_check_funcall` where possible. * Don't use `unblock` unless the fiber was non-blocking.