Things every Kotlin Developer should know about Coroutines.
Part 1: CoroutineContext.
The CoroutineContext is the backbone of the coroutines library. Every coroutine you launch will have a context. However, given its nature and flexible API, it might prove pretty tricky to use it correctly.
In Part 1 of my series about coroutines, I w...
maxkim.dev8 min read