[][src]Function safina_executor::num_threads_running

pub fn num_threads_running() -> u32

The number of worker threads currently running.

The runtime does not automatically start or stop worker threads. You must do that with increase_threads_to, work, stop_threads, and allow_threads.