activeCount property

int get activeCount

当前活跃isolate的数量

返回结果: int 活跃isolate数量

示例:

int count = IsolateTask.activeCount;

Implementation

static int get activeCount => _isolates.length;