Why are my coroutines slow?
December 27, 2021
kotlin
coroutines
concurrency
blockhound
In this post, we will discover the consequences of making blocking calls inside coroutines, what strategies we can use to deal with them, and how to detect illegitimate blocking calls inside coroutines in practice using Blockhound!
Read more >>