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.