xxfast
WorkManager
onStopped()
final
ephemient
override suspend fun doWork(): Result = try { ... } catch (e: CancellationException) { // run on cancellation (note: cannot suspend here) throw e }
Ian Lake
finally
CancellationException
Clament John
A modern programming language that makes developers happier.