Uses of Interface
com.aoapps.concurrent.Executor
-
-
Uses of Executor in com.aoapps.concurrent
Methods in com.aoapps.concurrent that return Executor Modifier and Type Method Description ExecutorExecutors. getPerProcessor()An executor service that will execute at most two tasks per processor on multi-CPU systems or one task on single-CPU systems.ExecutorExecutors. getSequential()A sequential implementation of executor that performs no concurrent processing.ExecutorExecutors. getUnbounded()Gets the unbounded executor.
-