Hello team! Could anyone suggest a good article re...
# coroutines
g
Hello team! Could anyone suggest a good article regarding deep technical coroutines stuff? I think I need to write my own Context/Dispatcher/Continuation but it looks like I miss knowledge even to understand which one I need and if I need them at all. Thanks in advance
k
What is your use case?
g
Just a research work for now. Would like to understand how they are working and how to properly implement my own
a
https://github.com/Kotlin/KEEP/blob/master/proposals/coroutines.md helped me a lot to get a grasp on deep technical things when I started.
👍 1