MultiDelegateAsync5<T, S, U, V, W, X> typedef

MultiDelegateAsync5<T, S, U, V, W, X> = MultiDelegate5<Future<T>, S, U, V, W, X>

a typedef for an async MultiDelegate5

Implementation

typedef MultiDelegateAsync5<T, S, U, V, W, X>
    = MultiDelegate5<Future<T>, S, U, V, W, X>;