João Esperancinhajesperancinha.hashnode.dev·20 hours agoWhat is the Purpose of the Main Dispatcher?If you have this question, perhaps you are a long time server-side developer and are wondering what the Main Dispatcher is doing in the Kotlinx coroutines library? Well, the Main Dispatcher exists as kind of interface, but its implementation isn't re...main dispatcher
João Esperancinhajesperancinha.hashnode.dev·20 hours agoWhy the Global Scope isn't advised to be used?The GlobalScope is a kind of scope in the world of Kotlin coroutines that challenges a lot of developers and prompts many to say that it is not useful, and it was probably a bad idea to introduce it in the kotlix standard library any ways since the u...main scope