Skip to content

Instantly share code, notes, and snippets.

@acefsm
Forked from weibel/queues.md
Created February 6, 2018 19:26
Show Gist options
  • Save acefsm/dff0c94475c64082f51382bcc6741389 to your computer and use it in GitHub Desktop.
Save acefsm/dff0c94475c64082f51382bcc6741389 to your computer and use it in GitHub Desktop.
iOS persistent queue implementations

Persistent queues are really useful. I have envied Android developers for having the Tape queue http://square.github.io/tape/ and the Android Priority Jobqueue https://github.com/yigit/android-priority-jobqueue

Below I have compiled a list of the persistent queue implementations for iOS that I know of. Most of them are not in active development. Ping me if you want a library added to the list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment