GCDWrap 0.1.1

GCDWrap 0.1.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Mar 2017

Maintained by Silence0201.



GCDWrap 0.1.1

  • By
  • Silence

GCDWrap:一个基于Objective-C语言GCD的简单封装

导入

将项目中GCDWrap文件夹拖到项目里

或者使用Pod安装

pod 'GCDWrap', '~> 0.1.0'   

使用

  1. 导入头文件

    #import "GCDWrap.h"
  2. 根据对应信息,使用相应的类,对应关系如下

    SIQueue ---> 队列
    SIGroup ---> 队列组
    SIMacro ---> 宏
    SISemaphore ---> 信号量
    SITimer ---> 定时器

使用

查看文件GCDWrapTest

GCDWrap

GCDWrap is available under the MIT license. See the LICENSE file for more info.