hi, if I cancel a coroutine `Job` is there a way t...
# server
m
hi, if I cancel a coroutine
Job
is there a way to find out where it was stuck? I can pass a
CancellationException
in, but what I really want is a traceback for where it was when it got cancelled.
c
#coroutines