`scope.launch { supervisorScope { ... } }` which y...
# coroutines
l
scope.launch { supervisorScope { ... } }
which you can then extract as an extension function.
d
I need access to the scope outside of the launch