ursus
03/24/2021, 2:06 PMrunCatching
in coroutines for control flow? I gather it will catch CancelationException as well. Won't that break stuff?Erik
03/24/2021, 8:25 PMCancellationException
, which you usually don't want to catch by defaultdiego-gomez-olvera
10/26/2021, 10:22 AMrunCatching
that re-throws CancellationException
?Oliver.O
10/26/2021, 5:12 PMdiego-gomez-olvera
10/28/2021, 9:46 AM