IsolatePool constructor

IsolatePool(
  1. int numberOfIsolates
)

Prepare the pool of numberOfIsolates isolates to be latter started by IsolatePool.start

Implementation

IsolatePool(this.numberOfIsolates);