Sam
03/07/2023, 11:11 PMCancellationExceptions... They're not aliases of each other... Does either one work?Sam
03/07/2023, 11:53 PMthrow CancellationException(...), but it looks like coroutineContext.cancel(...); ensureActive() might be more correct?Trevor Stone
03/08/2023, 12:26 AMSam
03/08/2023, 12:26 AMSam
03/08/2023, 12:27 AMCancellationException from a catch block (I guess I could check for both).Trevor Stone
03/08/2023, 12:28 AMTrevor Stone
03/08/2023, 12:29 AMTrevor Stone
03/08/2023, 12:29 AMSam
03/08/2023, 12:50 AM