8000 GitHub - Codelem/GCDWrap: GCDWrap
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Codelem/GCDWrap

 
 

Repository files navigation

GCDWrap

Language License

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.

About

GCDWrap

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 97.4%
  • Ruby 2.6%
0