public class Latch
extends java.lang.Object
Constructor | Description |
---|---|
Latch(int count) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
await(long timeout) |
|
void |
countDown() |
|
long |
getCount() |
|
void |
reset(int count) |
Copyright © 2008–2017 The CometD Project. All rights reserved.