stopAllCoroutines method

void stopAllCoroutines()

Stops all coroutines in this executor

Implementation

void stopAllCoroutines() {
  _runningCoroutines.clear();
}