macro_rules! thread_setup {
($shared_data:expr, { $($name:ident: $func:expr),* }) => { ... };
}Expand description
Macro for creating a complete thread setup
macro_rules! thread_setup {
($shared_data:expr, { $($name:ident: $func:expr),* }) => { ... };
}Macro for creating a complete thread setup