Instance Method
makeQueue(with:)
Create or look up a named
Queue instance.func makeQueue(with context: QueueContext) -> any Queue
Parameters
contextThe context for jobs on the queue. Also provides the queue name.
Instance Method
Queue instance.func makeQueue(with context: QueueContext) -> any Queue
contextThe context for jobs on the queue. Also provides the queue name.