Last active
September 14, 2017 03:07
-
-
Save mwrites/d212dcb1d1d66251eee2cfd1f8ae38ae to your computer and use it in GitHub Desktop.
JobQueueCenter Job
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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