macro_rules! spawn_workers {
($shared:expr, { $($name:ident: $func:expr),* }) => { ... };
}Expand description
Macro for simplified multi-threaded setup
macro_rules! spawn_workers {
($shared:expr, { $($name:ident: $func:expr),* }) => { ... };
}Macro for simplified multi-threaded setup