public static final class BlockingIO.Condition
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
await() |
boolean |
await(long timeout,
java.util.concurrent.TimeUnit unit) |
void |
cancel() |
void |
interrupt() |
public void cancel()
public void interrupt()
public boolean await() throws java.lang.InterruptedException
java.lang.InterruptedException
public boolean await(long timeout, java.util.concurrent.TimeUnit unit) throws java.lang.InterruptedException
java.lang.InterruptedException
Copyright © 2001-2018 JRuby. All Rights Reserved.