compute<Q, R> abstract method

Future<R> compute<Q, R>(
  1. ComputeCallback<Q, R> callback,
  2. Q message, {
  3. String? debugLabel,
})

Submit a task to be executed on an isolate in this pool

Implementation

Future<R> compute<Q, R>(ComputeCallback<Q, R> callback, Q message,
    {String? debugLabel});