Uses of Interface
com.atlassian.util.concurrent.Awaitable

Packages that use Awaitable
com.atlassian.util.concurrent   
 

Uses of Awaitable in com.atlassian.util.concurrent
 

Subinterfaces of Awaitable in com.atlassian.util.concurrent
 interface ReusableLatch
          A Latch that may be reused, unlike a CountDownLatch.
 

Classes in com.atlassian.util.concurrent that implement Awaitable
 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 © 2011 Atlassian. All Rights Reserved.