Join Slack
Powered by
Programming with coroutines is more natural that w...
# coroutines
e
elizarov
12/20/2016, 10:30 AM
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.
2
Views
Open in Slack
Previous
Next