Closed 97mik closed 3 years ago
Why all calls of synchronizationQueue in AutoPurgingImageCache used barrier flag?
It's a typical many readers, on writer approach to thread safety. In a future version it'll all be removed and switched over to locks / actors, so it's not something we're looking to change at this point.
Why all calls of synchronizationQueue in AutoPurgingImageCache used barrier flag?