Sam
03/07/2023, 11:11 PMCancellationExceptions
... They're not aliases of each other... Does either one work?throw 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 AMCancellationException
from a catch block (I guess I could check for both).Trevor Stone
03/08/2023, 12:28 AMSam
03/08/2023, 12:50 AM