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
- Host: GitHub
- URL: https://github.com/flix-tech/mfbsequence
- Owner: flix-tech
- License: mit
- Created: 2016-10-18T16:20:18.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-21T08:44:56.000Z (over 9 years ago)
- Last Synced: 2025-03-17T08:04:43.750Z (over 1 year ago)
- Language: Objective-C
- Size: 84 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MFBSequence
Simple non-concurrent non-blocking queue for Objective-C
[](https://travis-ci.org/flix-tech/MFBSequence)
[](http://cocoapods.org/pods/MFBSequence)
[](http://cocoapods.org/pods/MFBSequence)
[](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.