public class ExtendedLatch extends CountDownLatch
Constructor and Description |
---|
ExtendedLatch() |
ExtendedLatch(int count) |
Modifier and Type | Method and Description |
---|---|
void |
awaitUninterruptibly()
Await without interruption.
|
boolean |
awaitUninterruptibly(long waitMillis)
Await without interruption for a given time.
|
public ExtendedLatch()
public ExtendedLatch(int count)
public boolean awaitUninterruptibly(long waitMillis)
waitMillis
- Time in milliseconds to waitpublic void awaitUninterruptibly()
Copyright © 2021 The Apache Software Foundation. All rights reserved.