Instance Method
add(_:)
Adds a new
Job to the queue configuration.mutating func add<J>(_ job: J) where J : Job
Parameters
jobThe
Jobto add.
Discussion
This must be called on all Job objects before they can be run in a queue.