I am using coroutines for the 1st time, any pointe...
# announcements
k
I am using coroutines for the 1st time, any pointers?
d
You might want to try the #coroutines channel.
k
Thanks!
e
It helps a LOT to understand how coroutines work under the hood (i.e. dispatchers, coroutine scopes+contexts, etc.) before trying to work with them. I recommend checking out this talk that Roman Elizarov did a while back, it’s very comprehensive:

https://youtu.be/hQrFfwT1IMo

👍 2