Constant THREAD_COUNT
pub const THREAD_COUNT: usize = 16; // 16usize
Available on crate feature
threading
only.Expand description
The maximum number of concurrent threads that can be created.
pub const THREAD_COUNT: usize = 16; // 16usize
threading
only.The maximum number of concurrent threads that can be created.