Macro spawn_workers

Source
macro_rules! spawn_workers {
    ($shared:expr, { $($name:ident: $func:expr),* }) => { ... };
}
Expand description

Macro for simplified multi-threaded setup