MAX_THREAD_COUNT

Constant MAX_THREAD_COUNT 

Source
pub const MAX_THREAD_COUNT: u32 = 150;
Expand description

Maximum number of threads that can be requested for a pool This constant does not play an overarching role. In other words, Of you have multiple thread pools and if the system supports, you might have a total thread count of more than MAX_THREAD_COUNT for the entire application