An open API service indexing awesome lists of open source software.

https://github.com/flix-tech/mfbsequence

Simple non-concurrent non-blocking queue for Objective-C
https://github.com/flix-tech/mfbsequence

Last synced: about 1 year ago
JSON representation

Simple non-concurrent non-blocking queue for Objective-C

Awesome Lists containing this project

README

          

# MFBSequence
Simple non-concurrent non-blocking queue for Objective-C

[![CI Status](http://img.shields.io/travis/flix-tech/MFBSequence.svg?style=flat)](https://travis-ci.org/flix-tech/MFBSequence)
[![Version](https://img.shields.io/cocoapods/v/MFBSequence.svg?style=flat)](http://cocoapods.org/pods/MFBSequence)
[![License](https://img.shields.io/cocoapods/l/MFBSequence.svg?style=flat)](http://cocoapods.org/pods/MFBSequence)
[![Platform](https://img.shields.io/cocoapods/p/MFBSequence.svg?style=flat)](http://cocoapods.org/pods/MFBSequence)

## Description
MFBSequence provides execution of multiple steps sequentially without blocking current queue/thread.

## Installation

MFBSequence is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod "MFBSequence"
```

## Author

Nickolay Tarbayev, tarbayev-n@yandex.ru

## License

MFBSequence is available under the MIT license. See the LICENSE file for more info.