pub fn threads() -> NonZeroUsize
Get the total amount of system threads.
assert!(threads().get() >= 1);