Static relm4::RELM_THREADS
source · pub static RELM_THREADS: OnceCell<usize>
Expand description
Defines how many threads that Relm4 should use for background tasks.
NOTE: The default thread count is 1.
pub static RELM_THREADS: OnceCell<usize>
Defines how many threads that Relm4 should use for background tasks.
NOTE: The default thread count is 1.