Skip to main content

ERR_TOO_MANY_THREADS

Static ERR_TOO_MANY_THREADS 

Source
pub static ERR_TOO_MANY_THREADS: u8
Expand description

Returned by create_thread or create_thread_with_config as Err(ERR_TOO_MANY_THREADS) if creating a thread will cause more than 32 threads to exist (inclusing the idle thread) created by this library