Package com.mchange.v2.async
Interface Queuable
-
- All Superinterfaces:
AsynchronousRunner
,ClosableResource
- All Known Implementing Classes:
CarefulRunnableQueue
,RoundRobinAsynchronousRunner
,SimpleRunnableQueue
public interface Queuable extends AsynchronousRunner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RunnableQueue
asRunnableQueue()
-
Methods inherited from interface com.mchange.v2.async.AsynchronousRunner
close, close, postRunnable
-
-
-
-
Method Detail
-
asRunnableQueue
RunnableQueue asRunnableQueue()
-
-