362363364365366367368369370371372
// remove this thread as a blocker against the given IO io.removeBlockingThread(thread); // clear thread state from blocking call thread.afterBlockingCall(); } } private void readWouldBlock() { Ruby runtime = getRuntime();