countCoroutines property

int get countCoroutines

The count of running coroutines

Implementation

int get countCoroutines => _runningCoroutines.length;