mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-06 04:32:06 +00:00
* [ASTraitCollection] Convert ASPrimitiveTraitCollection from lock to atomic. This resolves a deadlock case: https://github.com/TextureGroup/Texture/issues/353 * [ASTraitCollection] Use assignment operator instead of .store() for C++ atomic.