android-fhir
android-fhir copied to clipboard
Handle cancellation in synchronization code
you should avoid catching CancelationException here. it would be also good to have a test that we handle cancelation properly (coroutine cancelation happens via CancelationExceptions)
Originally posted by @yigit in https://github.com/google/android-fhir/pull/482#discussion_r639406155