mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-12 09:19:52 +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.