ibireme / YYCache

High performance cache framework for iOS.
MIT License
2.37k stars 505 forks source link

fix data race crash in memory cache #153

Open ddhjy opened 4 years ago

ddhjy commented 4 years ago

发现一个YYMemoryCache中资源争用引发的崩溃,具体复现demo见这里:https://github.com/ddhjy/ReproduceDataRaceCrashForYYCache