macro_rules! arc_pool {
($name:ident: $data_type:ty) => { ... };
}Available on
arm_llsc or x86 only.Expand description
Creates a new ArcPool singleton with the given $name that manages the specified $data_type
For more extensive documentation see the module level documentation