About a year and a half ago I mentioned a library for asynchronous flow control in Objetive-C called Sequencer. Sequencer definitely helps to make your asynchronous code more readable and clean.
Here’s an open source library built for a similar purpose for Swift adding a number of nice features called TaskQueue from Marin Todorov.
TaskQueue not only provides a nice clean way to manage your asynchronous code in Swift, but also also adds flow control features such as adding tasks to the queue, skipping of tasks and retrying tasks.
You can find Task Queue on Github here.
A great library for keeping your asynchronous code in Swift clean and readable.
- Open Source library For Easy iOS Objective-C Asynchronous Flow Control
- Open Source iOS Component For Creating Great Looking Custom Alert Views Made With Swift
- An Open Source Library That Makes Working With JSON Data Using Swift Much Easier
- An Open Source Swift Library For Easily Creating Much More Useful Logging Statements
- Open Source Functional Programming Toolbelt For Swift Inspired By The Underscore.js Library
Original article: Open Source Library For Easy and Clean Asynchronous Flow Control In Swift
©2014 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.




