Hey everyone! I’m thrilled to announce that Chapte...
# feed
d
Hey everyone! I’m thrilled to announce that Chapter 20: Coroutine Essentials has finally arrived in the online edition of Kotlin: An Illustrated Guide! https://typealias.com/start/kotlin-coroutines/ This final chapter of the book covers how to do concurrency and parallelism the Kotlin way - with coroutines! Learn all about coroutines, coroutine builders, dispatchers, structured concurrency, and much more. In fact, this chapter is almost 40% longer than the previous longest chapter! Hope you like it!
🎉 3
👍 7
👍🏾 1
👏 4
K 24
p
Attention, there is a mistake in most of the code examples (listings: 13, 14, 15, 16, 17, 18, 19 and 24). The results of doors requests are stored in "windows" and the results of windows requests are stored in "doors". But the chapter is excellent. Congratulations.
d
Thanks Pedro! You can tell I shuffled a few things around during editing - I'll go update those! I appreciate you letting me know! 🎉