Hello all, Any good article or video to learn coro...
# coroutines
d
Hello all, Any good article or video to learn coroutine. Currently, I am referring github documentation (https://github.com/Kotlin/kotlinx.coroutines/blob/master/docs/basics.md)
g
Very good videos by Roman from KotlinConf 2017 about coroutines

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

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

d
Thanks for help @gildor @spand