This code works fine, but maybe here is something ...
# coroutines
q
This code works fine, but maybe here is something not so good. I mean the way of making async request.
g
Executors.newFixedThreadPool(10).asCoroutineDispatcher()
can be replaced with
newFixedThreadPoolContext(10, "MyPool")
(