Project

General

Profile

« Previous | Next » 

Revision 5f69a7f6

Added by Samuel Williams almost 5 years ago

Expose scheduler as public interface & bug fixes. (#3945)

  • 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.