roundIsolate method
Triggers the isolate pool to schedule and run tasks.
Implementation
Future<void> roundIsolate() {
return _isolatePool.roundIsolate();
}
Triggers the isolate pool to schedule and run tasks.
Future<void> roundIsolate() {
return _isolatePool.roundIsolate();
}