![]() | CountDownLatch Class |
[Missing <summary> documentation for "T:com.espertech.esper.compat.threading.CountDownLatch"]
Namespace: com.espertech.esper.compat.threading
public class CountDownLatch
The CountDownLatch type exposes the following members.
Name | Description | |
---|---|---|
![]() | CountDownLatch | Initializes a new instance of the CountDownLatch class |
Name | Description | |
---|---|---|
![]() | Await |
Awaits this instance.
|
![]() | Await(TimeSpan) |
Waits for the latch to be released for up to the specified amount of time.
If the timeout expires a TimeoutException is thrown.
|
![]() | Await(Int32, TimeUnit) | |
![]() | CountDown |
Decrements the latch count.
|