activeCount property

int get activeCount

获取活跃的isolate数量

Implementation

static int get activeCount => _isolates.length;