Kotlin coroutines revolutionized JVM development, especially on Android and the backend. They let us easily make efficient and reliable multithreading. Its cutting-edge design and features are suited ideally for modern use cases. In this book, we will explore Kotlin coroutines - both built-in support and kotlinx.coroutines library.
Really great book explaining how coroutines work under the hood. Author explained gotchas, common use-cases and it's handy - it is focused on code samples. Sometimes I got troubled because some samples relied on concept explained in further chapters, but overall it's awesome book to get rid of doubts and fill up gaps in understanding. Surely I'd return to this book.
One of the best programming books I've read. Straight to the point and very concise. No rumbling. 10/10. If you wanna learn more about Kotlin Coroutines and how it works under the hood. This book is a must!
Best book about code in general! The author takes every little part of the Coroutines Library and makes sure to explain every bit of it. I highly recommend this book to any Kotlin or Android developer!
I enjoyed the read. Easy going, practical and explains things way better, than the official docs. I would definitely recommend this book to start with coroutines.