DRProducerConsumerQueue 0.3.0

DRProducerConsumerQueue 0.3.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Dan Raviv.



  • By
  • Dan Raviv

About

DRProducerConsumerQueue implements a queue with an attached producer block, which runs automatically until the queue has at least a specified number of items ready to consume.

The queue is synchronized on the main thread, while the production work itself can be done in the background.

Installation

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

pod 'DRProducerConsumerQueue'

Author

Dan Raviv, [email protected]

License

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