CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.
TestsTested | ✓ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Mar 2016 |
SPMSupports SPM | ✗ |
Maintained by Graham Chance.
Harrier Queue is a persistent task queue written in Swift.
let queue = HarrierQueue(delegate: delegate, filepath: "path/to/save/db.sqlite")
let task = HarrierTask(name:"A task", priority: 0, taskAttributes: ["key1": "value", "key2": "value"], retryLimit: 3, availabilityDate: NSDate())
queue.enqueueTask(task)
Harrier is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "HarrierQueue"
Graham Chance
Harrier is available under the MIT license. See the LICENSE file for more info.