xtd 0.2.0
Loading...
Searching...
No Matches

◆ get_min_threads()

static void xtd::threading::thread_pool::get_min_threads ( size_t &  worker_threads,
size_t &  completion_port_threads 
)
static

Retrieves the number of idle threads the thread pool maintains in anticipation of new requests. Always 0 for both.

Parameters
worker_threadsThe maximum number of worker threads in the thread pool.
completion_port_threadsThe maximum number of asynchronous I/O threads in the thread pool.