isolateSize property
int
get
isolateSize
Returns the current number of isolates in the pool.
Implementation
int get isolateSize => _isolatePool.isolateList.length;
Returns the current number of isolates in the pool.
int get isolateSize => _isolatePool.isolateList.length;