anyone know how cancelling coroutines/their parent...
# coroutines
d
anyone know how cancelling coroutines/their parents work with autocloseables? Say coroutine foo suspends inside a
use
block while holding a resource, and then it gets cancelled from coroutine bar. Will the resource be released?