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

Packages that use ReusableLatch
com.atlassian.util.concurrent   
 

Uses of ReusableLatch in com.atlassian.util.concurrent
 

Classes in com.atlassian.util.concurrent that implement ReusableLatch
 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.