roundIsolate method

Future<void> roundIsolate()

Triggers the isolate pool to schedule and run tasks.

Implementation

Future<void> roundIsolate() {
  return _isolatePool.roundIsolate();
}