We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf44737 commit eb340d7Copy full SHA for eb340d7
src/main/java/org/truffleruby/core/thread/ThreadManager.java
@@ -568,7 +568,7 @@ public Object apply(State state) {
568
* given action should throw an {@link InterruptedException} when {@link Thread#interrupt()} is called. Otherwise,
569
* the {@link SafepointManager} will not be able to interrupt this action. See
570
* {@link ThreadNodes.ThreadRunBlockingSystemCallNode} for blocking native calls. If the action throws an
571
- * {@link InterruptedException}, it will be retried until it returns a non-null value.
+ * {@link InterruptedException}, it will be retried.
572
*
573
* @param action must not touch any Ruby state
574
* @return the return value from {@code action} */
0 commit comments