Package dev.getelements.elements.rt.util
Class ContextLatch
java.lang.Object
dev.getelements.elements.rt.util.ContextLatch
Similar to a
CountDownLatch
. However, instad of tracking a simple count, this will store a collection of
objects which must all finish in order for the operation to complete.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ContextLatch
-
-
Method Details
-
finish
-
awaitFinish
- Throws:
InterruptedException
-
awaitFinish
- Throws:
InterruptedException
-