| Package | Description |
|---|---|
| io.atlassian.util.concurrent |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ReusableLatch
A Latch that may be reused, unlike a
CountDownLatch. |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanLatch
A
BooleanLatch is a reusable latch that
resets after it is released and waited on. |
class |
PhasedLatch
A
PhasedLatch is a shared latch that
resets after it is released and can be reused. |
Copyright © 2016 Atlassian. All rights reserved.