Actually, it depends what you want to achieve (is ...
# coroutines
g
Actually, it depends what you want to achieve (is it in suspend context or not, do you really need different dispatchers for particular calls or not etc)
a
got your idea, thx! I actually need the first result as a param, inside the
invokeOnCompletion
is another coroutines scope and part of it I need to run in suspend context
g
You can just wrap you code to any coroutine and use code from my previous message