Crate executor_service

Source

Structs§

ExecutorService
The executor service that allows tasks to be submitted/executed on the underlying thread pool.
Executors
Future

Enums§

ExecutorServiceError
PoolType

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

Type Aliases§

Runnable