Macro enhanced_share

Source
macro_rules! enhanced_share {
    ($data:expr) => { ... };
}
Expand description

Macro for creating enhanced thread share with automatic thread management