[Coroutines] Hello, may some one help me? I'm stu...
# server
c
[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!
m
s
If not, have you tried in #coroutines
👍 2
c
Thanks for the resources.