What is the Purpose of the Main Dispatcher?
Quick run on where is the Main Dispatcher in use
Jan 9, 20255 min read2

Search for a command to run...
Articles tagged with #kotlin-coroutines
Quick run on where is the Main Dispatcher in use

Coroutines in action with Kotlin

My journey through Micronaut has been pretty amazing and using coroutines in the mix have given me quite a lot of experience in moving on to master these concepts. In this post, I'm going to show you how I created an all round integration test, that ...

If 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...
