macro_rules! pool {
    ($(#[$($attr:tt)*])* $ident:ident: $ty:ty) => { ... };
}
Expand description

Instantiates a pool as a global singleton