Uses of Class
java.util.concurrent.AbstractExecutorService
Packages that use AbstractExecutorService
-
Uses of AbstractExecutorService in java.util.concurrent
Subclasses of AbstractExecutorService in java.util.concurrentModifier and TypeClassDescriptionclass
AnExecutorService
for runningForkJoinTask
s.class
AThreadPoolExecutor
that can additionally schedule commands to run after a given delay, or to execute periodically.class
AnExecutorService
that executes each submitted task using one of possibly several pooled threads, normally configured usingExecutors
factory methods.