Lukas Lechner
08/26/2020, 7:48 AMCancellationExceptions
. If we would catch CancellationExceptions
, the Coroutine would continue to run until the next suspension point instead of cancel itself. Is there some convenience function in the stdlib that does this? Or have you written your own one?octylFractal
08/26/2020, 7:49 AM