<@U21LBQBU2> Yes, `withContext` does inherit (that...
# coroutines
e
@bj0 Yes,
withContext
does inherit (that’s why it does not have an explicit
parent
), while
launch
and
async
do not.