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
Pedro Pereira
07/03/2024, 8:10 AM
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
Dave Leeds
07/03/2024, 5:26 PM
Thanks Pedro! You can tell I shuffled a few things around during editing - I'll go update those! I appreciate you letting me know! š