public class CountDownLatchWithTimeout extends Object
| Modifier and Type | Method and Description |
|---|---|
static CountDownLatchWithTimeout |
await(CountDownLatch latch) |
void |
with(Duration timeout) |
public static CountDownLatchWithTimeout await(CountDownLatch latch)
public void with(Duration timeout) throws InterruptedException, TimeoutException
InterruptedExceptionTimeoutExceptionCopyright © 2009–2017 tempus-fugit committers. All rights reserved.