macro_rules! run_par { ( $func:expr ) => { ... }; }
multi-threads
Macro for running a function in parallel.