binaryninja::worker_thread

Function worker_thread_count

source
pub fn worker_thread_count() -> usize
Expand description

Returns the number of worker threads that are currently running. By default, this is the number of cores on the system minus one

To set the worker thread count use set_worker_thread_count.