IsolatePool constructor
IsolatePool(
- int _poolSize
Creates a new IsolatePool with the given pool size
Implementation
IsolatePool(this._poolSize);
Creates a new IsolatePool with the given pool size
IsolatePool(this._poolSize);