thread_pools
thread_pools#
This module defines the thread pools and utilities used by the HPX runtime.
The only thread pool implementation provided by this module is
hpx::threads::detail::scheduled_thread_pool
, which is derived from
hpx::threads::detail::thread_pool_base
defined in the
threading_base module.
See the API reference of this module for more details.