Package org.cometd.javascript
Class Latch
- java.lang.Object
-
- org.cometd.javascript.Latch
-
public class Latch extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Latch(int count)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
await(long timeout)
void
countDown()
long
getCount()
void
reset(int count)
-