Skip to content

Releases: gtsifrikas/Droste

Disk cache fix

04 Dec 12:59
Compare
Choose a tag to compare

Change the way the operations on the disk are schedule inside disk cache.

Instead of using manual async for get/set of disk cache the scheduling now is done using RxSwift's SerialDispatchQueueScheduler.