ZcashLightClientKit/Sources/ZcashLightClientKit/Synchronizer
Francisco Gindre a5d0e44774
[#435] thread sanitizer issues (#448)
* [#435] this commit attempts to fix thread being starved dues to inversion
of priorities where a .userInitiated thread ends up depending on a lower
priority one on GRPC.

* Add an Synchronizer State struct to report state at once

* Make CompactBlockProcessor's downloader available internally for SDKSynchronizer
remove duplicate handling of processor finished

* PR Suggestions
2022-07-29 15:20:55 -03:00
..
SDKSynchronizer.swift [#435] thread sanitizer issues (#448) 2022-07-29 15:20:55 -03:00