UnaryAsync<T, S> typedef

UnaryAsync<T, S> = Unary<Future<T>, S>

Implementation

typedef UnaryAsync<T, S> = Unary<Future<T>, S>;