M:N thread scheduler for Ractors by ko1 · Pull Request #8629 · ruby/ruby

This patch introduce M:N thread scheduler for Ractor system. In general, M:N thread scheduler employs N native threads (OS threads) to manage M user-level threads (Ruby threads in this case). On th...