João Esperancinhajesperancinha.hashnode.dev·Apr 17, 2024They said to use the Default Dispatchers but I found out it was UnconfinedIf I would have to point out one of the most confusing Dispatchers in the world of Kotlin coroutines, that would be the Unconfined dispatchers. Called with Dispatchers.Unconfined when creating a coroutine scope, this a kind of dispatcher that doesn’t...Dispatchers coroutines
Denis Githuku Mwangidenisgithuku.hashnode.dev·Mar 29, 2023"Efficient and Effective Asynchronous Programming with Dispatchers in Kotlin Coroutines"In the previous article, we introduced ourselves to coroutines and learned how we can leverage the power of coroutines. We also looked at ways we can set up coroutine scopes by using the launch { } and async { } builders. We also looked at the differ...75 readscoroutines