how to create a coroutine scope inheriting parent ...
# coroutines
a
how to create a coroutine scope inheriting parent context but does not cancel parent scope if it was cancelled
o
SupervisorJob
? see docs
👍 2
rather, the parent needs the
SupervisorJob
, or you need to nest another level deep
a
Perfect! thanks @octylFractal