CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✓ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Mar 2017 |
Maintained by Silence0201.
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.