by Illya Busigin
- Visit my blog at http://illyabusigin.com/
- Follow @illyabusigin on Twitter
Asynchronous GCD utilities for Objective-C inspired by https://github.com/caolan/async.
Grand Central Dispatch (GCD) has made handling asynchronous operations on iOS an absolute delight. However, certain asynchronous operations can still be a bit cumbersome. CYR+Async aims to extend GCD to help solve the some of the more common asynchronous use cases not covered by GCD.
TO DO Talk about tasks
Released under the MIT license.
Creating a task
TBD
iOS 6.0 or later (with ARC) for iPhone, iPad and iPod touch.
Simply add the files in the CYR+Async
directory to your project or add CYR-Async
to your Podfile if you're using CocoaPods.
CYR+Async
includes an example project that demonstrates use cases for a variety of different every day tasks.
There is no support offered with this component. If you would like a feature or find a bug, please submit a feature request through the GitHub issue tracker.
Pull-requests for bug-fixes and features are welcome!
Component | Description | License |
---|---|---|
Async | Async utilities for node and the browser | MIT |