Package com.stumbleupon.async

Interface Summary
Callback<R,T> A simple 1-argument callback interface.
 

Class Summary
Deferred<T> A thread-safe implementation of a deferred result for easy asynchronous processing.
 

Exception Summary
DeferredGroupException Exception used when one the Deferreds in a group failed.
TimeoutException Exception thrown when there's a timeout.
 

Error Summary
CallbackOverflowError Exception raised when too many callbacks are chained together.
 



Copyright © 2010-2015, The SUAsync Authors