ComputeCallback<Q, R> typedef
ComputeCallback<Q, R> =
FutureOr<R> Function(Q message)
Signature for the callback passed to compute.
Implementation
typedef ComputeCallback<Q, R> = FutureOr<R> Function(Q message);