macro_rules! object_pool {
($name:ident: $data_type:ty) => { ... };
}
Expand description
Creates a new ObjectPool
singleton with the given $name
that manages the specified
$data_type
For more extensive documentation see the module level documentation