IsolatePool constructor

IsolatePool(
  1. int _poolSize
)

Creates a new IsolatePool with the given pool size

Implementation

IsolatePool(this._poolSize);