Hacker News new | ask | show | jobs
by rubiquity 1132 days ago
Fiber::Scheduler is only an interface. You still need an IO multiplexer underneath it.
1 comments

This is not what I don’t understand with the Ruby Team, why did they not ship Fiber Scheduler with an implementation and just an interface?

Dis they expect everyone to implement the scheduler om their own?

I am aware of the existing fiber scheduler implementations you can get on Ruby Gems but there should be official implementation.