...and if this is the case, is use of `supervisorS...
# coroutines
d
...and if this is the case, is use of
supervisorScope
mandatory wherever a coroutine might fail, to avoid the entire concurrency tree being taken down?
v
If you want to keep the coroutines scoped, it seems that way based on the docs (https://kotlinlang.org/docs/reference/coroutines/exception-handling.html#supervision). You could also not keep child coroutines scoped under a single parent, but that would not have the advantages that structured concurrency provides