Package org.multiverse.api.latches

This package contains Latch implementations (needed for blocking transactions).

See:
          Description

Interface Summary
Latch A structure that can be used as a waiting point (just like a Future or a CountDownLatch.
 

Class Summary
CheapLatch A Latch based on the intrinsic lock and uses the minimal amount of resources.
StandardLatch A standard Latch implementation that supports all features of the Latch.
 

Package org.multiverse.api.latches Description

This package contains Latch implementations (needed for blocking transactions).



Copyright © 2008-2010 Multiverse. All Rights Reserved.