Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 990 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 990 Bytes

MFBSequence

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

CI Status Version License Platform

Description

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

Installation

MFBSequence is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "MFBSequence"

Author

Nickolay Tarbayev, tarbayev-n@yandex.ru

License

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