TaskyManager({this.isolateCount = 4, this.maxIsolates = 10}) { for (var i = 0; i < isolateCount; i++) { _spawnIsolate(); } }