Open Source Library For Easy and Clean Asynchronous Flow Control In Swift

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.

FacebookTwitterDiggStumbleUponGoogle Plus

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.

Leave a Reply

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