| java.lang.Object com.mchange.v2.async.RoundRobinAsynchronousRunner
RoundRobinAsynchronousRunner | public class RoundRobinAsynchronousRunner implements AsynchronousRunner,Queuable(Code) | | A class that provides for effecient asynchronous execution
of multiple tasks that may block, but that do not contend
for the same locks. The order in which tasks will be executed
is not guaranteed.
|
RoundRobinAsynchronousRunner | public RoundRobinAsynchronousRunner(int num_threads, boolean daemon)(Code) | | |
close | public synchronized void close(boolean skip_remaining_tasks)(Code) | | |
close | public void close()(Code) | | |
|
|