IsolatePool constructor
IsolatePool(
- int numberOfIsolates
Prepare the pool of numberOfIsolates isolates to be latter started by IsolatePool.start
Implementation
IsolatePool(this.numberOfIsolates);
Prepare the pool of numberOfIsolates isolates to be latter started by IsolatePool.start
IsolatePool(this.numberOfIsolates);