mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Create a new dealloc queue that is more efficient (#931)
* Fork dealloc queue in an experiment * Fix and put back * Use the right selector * Go simpler * Clarify name * Type inference * Use CFTypeRefs like a boss * Improve comments * License header
This commit is contained in:
@@ -26,6 +26,7 @@ typedef NS_OPTIONS(NSUInteger, ASExperimentalFeatures) {
|
||||
ASExperimentalUnfairLock = 1 << 3, // exp_unfair_lock
|
||||
ASExperimentalLayerDefaults = 1 << 4, // exp_infer_layer_defaults
|
||||
ASExperimentalNetworkImageQueue = 1 << 5, // exp_network_image_queue
|
||||
ASExperimentalDeallocQueue = 1 << 6, // exp_dealloc_queue_v2
|
||||
ASExperimentalFeatureAll = 0xFFFFFFFF
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user