Interface | Description |
---|---|
ExecutorServiceFactory |
Class | Description |
---|---|
DirectExecutorService |
Creates instances of
MoreExecutors.newDirectExecutorService() . |
FixedThreadExecutors |
Creates instances of
Executors.newFixedThreadPool(int) . |
SameThreadExecutors | Deprecated |
Copyright © 2003–2021. All rights reserved.