sync library

Typedefs

Coroutine<T> = CoroutineValue<T> Function()
CoroutineInstance<T> = Iterator<T>
CoroutineValue<T> = Iterable<T>