mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Remove block copying (#2438)
This commit is contained in:
@@ -164,7 +164,7 @@ static void runLoopSourceCallback(void *info) {
|
||||
if (self = [super init]) {
|
||||
_runLoop = runloop;
|
||||
_internalQueue = std::deque<id>();
|
||||
_queueConsumer = [handlerBlock copy];
|
||||
_queueConsumer = handlerBlock;
|
||||
_batchSize = 1;
|
||||
_ensureExclusiveMembership = YES;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user