Pool<T> constructor

Pool<T>(
  1. Instantiator<T> instantiator
)

Implementation

Pool(this.instantiator);