Instance Method
set(_:to:)
Sets a job that should be run in the future
func set(_ id: JobIdentifier, to data: JobData) -> EventLoopFuture<Void>
Parameters
idThe ID of the job
dataData for the job
Default Implementations
AsyncQueue Implementations
set(_:to:)Sets a job that should be run in the future