Skip to content

Instantly share code, notes, and snippets.

@weibel
Last active November 20, 2021 21:25
Show Gist options
  • Save weibel/e2164d24441e7b35e5241a7e788b578d to your computer and use it in GitHub Desktop.
Save weibel/e2164d24441e7b35e5241a7e788b578d 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.

@nikhilbedi
Copy link

LinkedIn is now actively maintaining an iOS variant of Tape here: https://github.com/linkedin/cassette

@weibel
Copy link
Author

weibel commented Sep 10, 2019

LinkedIn is now actively maintaining an iOS variant of Tape here: https://github.com/linkedin/cassette

Awesome! I have added the repo to the list.

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