Actions
Feature #18005
closedEnable non-blocking `binding.irb`.
    Feature #18005:
    Enable non-blocking `binding.irb`.
  
Description
This is a multi-faceted issue.
Firstly, we need to make some library changes, remove IO.select, etc from reline and so on.
Then, we need to make $stdin non-blocking (maybe by default - was planned).
Finally, we need to figure out whether we can relax rb_protect to allow fiber transfer.
Actions