Programming with coroutines is more natural that w...
# coroutines
e
Programming with coroutines is more natural that with callbacks. It is easier to follow the logic of
for (v in observable) doSomethingWith(v)
then then same logic expressed via callbacks.