Skip to main content

armed

Function armed 

Source
pub fn armed() -> Option<&'static Team>
Expand description

The team for this process, if parallel execution is enabled.

FTTS_INT8_THREADS sets the total partition count (caller included); 1 or unset means serial (no threads spawned, no team). Values are clamped to the machine’s available parallelism. Read once.