android-fhir
android-fhir copied to clipboard
Parallelise downloaded `Resource` insertion
We're inserting downloaded resources by type, one-at-a-time in FhirSynchronizer.kt. This can be done in separate threads to speed up insertion.