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