Coroutines explained here: <http://kotlinlang.org/...
# coroutines
j
Coroutines explained here: http://kotlinlang.org/docs/reference/coroutines.html#coroutines Also, this is a good talk explaining the different types of concurrency models using lumberjacks:

https://www.youtube.com/watch?v=EMv_8dxSqdE

👍 1