Package net.schmizz.concurrent

Interface Summary
ExceptionChainer<Z extends Throwable> Chains an exception to desired type.
 

Class Summary
ErrorDeliveryUtil  
Event<T extends Throwable> An event can be set, cleared, or awaited, similar to Python's threading.event.
Promise<V,T extends Throwable> Represents promised data of the parameterized type V and allows waiting on it.
 



Copyright © 2009-2012. All Rights Reserved.