pub fn par_fns(funcs: &mut [&mut (dyn FnMut() + DynSend)])
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.