Skip to main content

par_fns

Function par_fns 

Source
pub fn par_fns(funcs: &mut [&mut (dyn FnMut() + DynSend)])
Expand description

Runs the functions in parallel.

The first function is executed immediately on the current thread. Use that for the longest running function for better scheduling.