basicly, instead of calling `iterator.next()` you ...
# coroutines
k
basicly, instead of calling
iterator.next()
you would call
generator.next(a)