Callback when this executor is resumed. Returns true if successfully resumed, false otherwise.
@override Future<bool> onResume() async { for (var executor in executors) { executor.resume(); } return true; }