Skip to main content

NameDescription
ec_queue_async_jobEnqueue an asynchronous job
ec_thread_pool_auto_shrinkset a thread pool to auto shrink
ec_thread_pool_countReturns the number of thread pools
ec_thread_pool_create_moduleCreate a module thread pool
ec_thread_pool_defer_spawnset a thread pool to defer thread creation
ec_thread_pool_set_backlogset the maximum backlog for an existing thread pool
ec_thread_pool_set_stack_sizeset the stack size for an existing thread pool
ec_thread_pool_shutdownShut down the current thread pool

For an overview of this topic see “The Thread Pool API”. To create a thread pool see threadpool.

Was this page helpful?