Skip to content

Instance Method

add(_:)

Add a new queueable job.
func add(_ job: some Job)

Parameters

job

The job to add.

Discussion

This must be called once for each job type that can be queued.