MTQueue:以超级简洁易读的方式将块添加到队列中!

时间:2024-07-25 12:11:43
【文件属性】:

文件名称:MTQueue:以超级简洁易读的方式将块添加到队列中!

文件大小:9KB

文件格式:ZIP

更新时间:2024-07-25 12:11:43

Objective-C

多线程队列 以超级简洁易读的方式将块添加到队列中! 为什么? 前: dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_BACKGROUND, 0), ^{ ... dispatch_async(dispatch_get_main_queue(), ^{ ... }); }); 现在: [MTq background:^{ ... [MTq main:^{ ... }]; }]; 更容易阅读和理解! (并打字,天哪!) 安装 在您的 Podfile 中,添加以下行: pod "MTQueue" 荚? => 什么可用 级别越高越好,因此会根据您的需要懒惰地为您创建一些 NSOperationQueues: [MTq main:^{ // an oper


【文件预览】:
MTQueue-master
----MTQueue()
--------MTq.m(3KB)
--------MTq.h(778B)
--------MTQueue-Prefix.pch(155B)
----LICENSE(1KB)
----MTQueue.xcodeproj()
--------project.pbxproj(15KB)
----README.md(1KB)
----MTQueueTests()
--------en.lproj()
--------MTQueueTests.h(232B)
--------MTQueueTests-Info.plist(702B)
--------MTQueueTests.m(2KB)
----.gitignore(232B)
----MTQueue.podspec(551B)

网友评论