Skip to content

Instantly share code, notes, and snippets.

@mwrites
Last active September 14, 2017 03:07
Show Gist options
  • Save mwrites/d212dcb1d1d66251eee2cfd1f8ae38ae to your computer and use it in GitHub Desktop.
Save mwrites/d212dcb1d1d66251eee2cfd1f8ae38ae to your computer and use it in GitHub Desktop.
JobQueueCenter Job
protocol Job : NSCoding {
var retryableCount: Int { get }
func run()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment