Instance Method
add(_:)
Add a new queueable job.
func add(_ job: some Job)
Parameters
jobThe job to add.
Discussion
This must be called once for each job type that can be queued.
Instance Method
func add(_ job: some Job)
jobThe job to add.
This must be called once for each job type that can be queued.