<@U2E974ELT> just generally, we're using `job.canc...
# coroutines
g
@elizarov just generally, we're using
job.cancel()
and
withTimeout
in conjunction, and I realize that code written as
catch(ex: CancellationException)
might be written thinking its handling one case when it is actually be handling another.