Manages a pool of class instances of type T.
Does not create the items ("new T") internally but receives them as lazy arguments in get().
Resets item.
type stored in pool
See Implementation
Manages a pool of class instances of type T.
Does not create the items ("new T") internally but receives them as lazy arguments in get().