ready property
Completes when the executor is accepting tasks; fails with WorkerSpawnException when it never came up.
Implementation
@override
Future<void> get ready => _ready;
Completes when the executor is accepting tasks; fails with WorkerSpawnException when it never came up.
@override
Future<void> get ready => _ready;