You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a known issue, and in fact there's another bug about it (at least one): #2383
There's currently no way to do readline non-blocking – a requirement for interrupting it – because we use the jline library. It builds off standard JDK stdio objects, which are not interruptible.
The following never finishes on JRuby (never gets to the final line):
Here are 2 relevant threads from a dump: https://gist.github.com/e2/d58ec0374ce58e7c7495
I don't know if this behavior is intended or not (I just want to quit Readline from a different thread).
The text was updated successfully, but these errors were encountered: