Instance Method
get(_:)
Gets the next job to be run
func get(_ id: JobIdentifier) -> EventLoopFuture<JobData>
Parameters
idThe ID of the job
Default Implementations
AsyncQueue Implementations
get(_:)Gets the next job to be run
Instance Method
func get(_ id: JobIdentifier) -> EventLoopFuture<JobData>
idThe ID of the job
get(_:)