Expand description
Minimum supported Rust version: 1.28
Functionsยง
- is_
single_ threaded - Determine if the current process is single-threaded. Returns
None
if the number of threads cannot be determined. - num_
threads - Obtain the number of threads currently part of the active process. Returns
None
if the number of threads cannot be determined.