brabo-hi
Nick Allen
CancellationException
override suspend fun doWork(): Result { try { doStuffInSuspendMethod() return Result.success() } catch (ce: CancellationException) { handleCancellationSpecifically() throw ce } }
isActive
CoroutineScope
CoroutineContext
isStopped
A modern programming language that makes developers happier.