Function get_num_worker_threads
hpx::get_num_worker_threads — Return the number of worker OS- threads used to execute HPX threads.
Synopsis
std::size_t get_num_worker_threads();
Description
This function returns the number of OS-threads used to execute HPX threads. If the function is called while no HPX runtime system is active, it will return zero.