TbCompute typedef

TbCompute = Future<R> Function<Q, R>(TbComputeCallback<Q, R> callback, Q message)

Implementation

typedef TbCompute = Future<R> Function<Q, R>(
    TbComputeCallback<Q, R> callback, Q message);