Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

README.md

YiDispatchQueue

a more convenient tool for dispatch queue

Usage

_queue = [[YiDispatchQueue alloc] init];
[_queue dispatch:^{
    NSLog(@"hello, this is test queue");
}];
    
[[YiDispatchQueue concurrentDefaultQueue] dispatch:^{
    NSLog(@"hello, this is test concurrent queue");
}];

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Installation

YiDispatchQueue is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'YiDispatchQueue'

Author

coderyi, coderyi@foxmail.com

License

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

About

a more convenient tool for dispatch queue

Topics

Resources

License

Packages

No packages published
You can’t perform that action at this time.