Coroutine<T> typedef

Coroutine<T> = CoroutineValue<T> Function()

Implementation

typedef Coroutine<T> = CoroutineValue<T> Function();