SwiftQueue is a job scheduler for iOS inspired by popular android libraries like android-priority-jobqueue or android-job. It allows you to run your tasks with run and retry constraints.
Features:
- Sequential execution
- Concurrent run
- Persistence
- Cancel all, by id or by tag
- Start / Stop queue

Leave a Reply
You must be logged in to post a comment.