poolSize property
How many isolates to create in the pool. If this value is 1, then a single IsolateRunner will be created. Otherwise, a LoadBalancer will be created. Must be greater than 0
Implementation
int poolSize = 1;
How many isolates to create in the pool. If this value is 1, then a single IsolateRunner will be created. Otherwise, a LoadBalancer will be created. Must be greater than 0
int poolSize = 1;