actually… hmm. I was hoping to simplify shutdown b...
# coroutines
k
actually… hmm. I was hoping to simplify shutdown by just cancelling the parent and letting it cancel the children. but with the upcoming change where the parent waits for children to cancel… would this setup result in a “deadlock”?
1