GCDWrap:一个基于Objective-C
语言GCD
的简单封装
将项目中GCDWrap
文件夹拖到项目里
或者使用Pod
安装
pod 'GCDWrap', '~> 0.1.0'
-
导入头文件
#import "GCDWrap.h"
-
根据对应信息,使用相应的类,对应关系如下
SIQueue
---> 队列
SIGroup
---> 队列组
SIMacro
---> 宏
SISemaphore
---> 信号量
SITimer
---> 定时器
查看文件GCDWrapTest
GCDWrap is available under the MIT license. See the LICENSE file for more info.