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.
- Nifty Utility Library For Easier Threading, Core Location, UITableViews And More
- Tutorial: Objective-C Blocks (Closures) For Beginners
- Creating Isometric Tile Map Games For the iPhone
- Tutorial: Using The Message Center In The Open Source Innerband (iBoost) Library
- A Library Making It Easier To Create Advanced Visual Effects On Your Views Using CATransform3D
Original article: Open Source iOS Utility Library For Easier Concurrency Programming
©2013 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.