Hi, can anyone point me to any coroutine koans rep...
# coroutines
t
Hi, can anyone point me to any coroutine koans repo?
t
Isn't quite as structured as Kotlin Koans but https://github.com/Kotlin/kotlinx.coroutines/blob/master/coroutines-guide.md is a great guide with links to the source snippets.
t
Yeah, I've read it. But I want to practice using coroutines with different approaches.
maybe it is worth to create something based on this guide 🤔
t
not yet 👍
t
Still not at the level of Koans, but a lot more detail into Coroutine uses than the main guide.