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
get(_:)Gets the next job to be run
Instance Method
func get(_ id: JobIdentifier) async throws -> JobData
idThe ID of the job
get(_:)