Skip to content

illyabusigin/CYR-Async

Repository files navigation

CYR+Async

by Illya Busigin

Purpose

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.

Usage

Creating a task

TBD

Requirements

iOS 6.0 or later (with ARC) for iPhone, iPad and iPod touch.

Installation

Simply add the files in the CYR+Async directory to your project or add CYR-Async to your Podfile if you're using CocoaPods.

Example

CYR+Async includes an example project that demonstrates use cases for a variety of different every day tasks.

Bugs & Feature Requests

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!

Attribution

Component Description License
Async Async utilities for node and the browser MIT

About

Asynchronous GCD utilities for Objective-C inspired by https://github.com/caolan/async.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published