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