Is possible get the coroutine scope of a suspend f...
# getting-started
f
Is possible get the coroutine scope of a suspend function??
g
It is possible to get coroutine context but not coroutine scope. You should provide coroutine scope explicitly where it is needed.
f
The context is sufficient for what I need.
tks a lot