Package com.mchange.v2.async

Interface Summary
AsynchronousRunner  
Queuable  
RunnableQueue RunnableQueues guarantee that tasks will be executed in order, where other AsynchronousRunners may not.
StrandedTaskReporting  
 

Class Summary
CarefulRunnableQueue  
RoundRobinAsynchronousRunner A class that provides for effecient asynchronous execution of multiple tasks that may block, but that do not contend for the same locks.
SimpleRunnableQueue Deprecated. CarefulRunnableQueue is better.
ThreadPerTaskAsynchronousRunner  
ThreadPoolAsynchronousRunner