Macro thread_setup

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

Macro for creating a complete thread setup