can anyone explain why this prints an uncaught exc...
# coroutines
k
can anyone explain why this prints an uncaught exception to the console after 5 seconds? if I don't cancelAndJoin() the job, it acts like I expect. but the exception escapes the
GlobalScope.async
if the job `await()`ing it was cancelled. https://gist.github.com/kevinherron/37155732ccd4c0587a69a9d86e16b448
b
What is the exception that you're getting?