UnaryDelegateAsync<T, S> typedef

UnaryDelegateAsync<T, S> = UnaryDelegate<Future<T>, S>

a typedef for an async UnaryDelegate

Implementation

typedef UnaryDelegateAsync<T, S> = UnaryDelegate<Future<T>, S>;