macro_rules! arc_pool {
($name:ident: $data_type:ty) => { ... };
}
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