[][src]Function palaver::thread::count

pub fn count() -> usize

Count the number of threads of the current process. Uses /proc/self/stat:num_threads on Linux, task_threads on macOS.