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