Open Source iOS Utility Library For Easier Concurrency Programming

Earlier this year I mentioned a thread safe NSTimer replacement.

Here’s an interesting library from Cue called TheKitchenSync providing a library that makes iOS concurrency programming easier.

The library provides thread safe arrays and dictionary classes, an enhanced dispatch queue, easy to implement locks and more.

As the readme states:

Cue’s iOS concurrency library, TheKitchenSync, provides you with a set of advanced locks and thread-safe collections, similar to what you might find in Java.

You can find TheKitchenSync on Github here.

A nice collection of tools for concurrency programming.

FacebookTwitterDiggStumbleUponGoogle Plus

Original article: Open Source iOS Utility Library For Easier Concurrency Programming

©2013 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.

Leave a Reply

Your email address will not be published. Required fields are marked *