ZcashLightClientKit/Sources/ZcashLightClientKit/Synchronizer
Michal Fousek 0032fedde7 [#442] Introduce parallel downloading and scanning
- `BlockDownloaderImpl` is changed. It now spawns detached Task to
  download blocks. So blocks can be downloaded in parallel with scanning
  process.
- `Synchronizer.stop()` is no longer async.
- Blocks cache cleaning is changed. It's not possible to drop the whole
  cache now. There are some blocks pre-downloaded which weren't scanned
  yet.
2023-05-05 09:35:43 +02:00
..
ClosureSDKSynchronizer.swift [#442] Introduce parallel downloading and scanning 2023-05-05 09:35:43 +02:00
CombineSDKSynchronizer.swift [#442] Introduce parallel downloading and scanning 2023-05-05 09:35:43 +02:00
SDKSynchronizer.swift [#442] Introduce parallel downloading and scanning 2023-05-05 09:35:43 +02:00