compute<Q, R> method

Future<R> compute<Q, R>(
  1. TbComputeCallback<Q, R> callback,
  2. Q message
)

Implementation

Future<R> compute<Q, R>(TbComputeCallback<Q, R> callback, Q message) {
  return _computeFunc!(callback, message);
}