Dan Raviv

CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.
1pod
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.
License: MIT