Kotlin Coroutine Context, Scopes and the Dreaded GlobalScope
Some time ago I did an introduction to Kotlin’s Coroutines. While in its early stages, coroutines is taking over the Android Dev ecosystem as a new lightweight method of asynchronous programming which already gives it an edge against its Reactive counterpart. Within coroutines are 2… Read More »Kotlin Coroutine Context, Scopes and the Dreaded GlobalScope