macro_rules! enhanced_share {
($data:expr) => { ... };
}Expand description
Macro for creating enhanced thread share with automatic thread management
macro_rules! enhanced_share {
($data:expr) => { ... };
}Macro for creating enhanced thread share with automatic thread management