CoroutineValue<T> typedef

CoroutineValue<T> = Iterable<T>

Implementation

typedef CoroutineValue<T> = Iterable<T>;