com.mchange.v2.async
Interface RunnableQueue

All Superinterfaces:
AsynchronousRunner, ClosableResource
All Known Implementing Classes:
CarefulRunnableQueue, SimpleRunnableQueue

public interface RunnableQueue
extends AsynchronousRunner

RunnableQueues guarantee that tasks will be executed in order, where other AsynchronousRunners may not.


Method Summary
 
Methods inherited from interface com.mchange.v2.async.AsynchronousRunner
close, close, postRunnable