submitAll<Q, R> method
submits the given function and value to all isolates in the executor, useful for cases where state must be set up in isolates prior to executing jobs
Implementation
@override
List<Future<R>> submitAll<Q, R>(Job<Q, R> job) => delegate.submitAll(job);