Structs§
- Executor
Service - The executor service that allows tasks to be submitted/executed on the underlying thread pool.
- Executors
- Future
Enums§
Constants§
- DEFAULT_
INITIAL_ CACHED_ THREAD_ COUNT - Default number if thread for a cached pool
- MAX_
THREAD_ COUNT - Maximum number of threads that can be requested for a pool This constant does not play an overarching role. In other words, Of you have multiple thread pools and if the system supports, you might have a total thread count of more than MAX_THREAD_COUNT for the entire application