CoroutineAsyncValue<T> typedef

CoroutineAsyncValue<T> = Stream<T>

Implementation

typedef CoroutineAsyncValue<T> = Stream<T>;