[Coroutines] Hello, may some one help me?
I'm studying about Kotlin coroutines, and I have a question which couldn't find any clear answer. The question is: why do I need to specify the coroutine context, can't I just use the default one? And how can I create a custom context, my custom thread pool? (Talking about backend)
Thanks!