Structure
Application.Queues
Contains global configuration for queues and provides methods for registering jobs and retrieving queues.
struct Queues
Topics
Structures
Application.Queues.ProviderA provider for aApplication.Queuesdriver.
Instance Properties
applicationconfigurationTheQueuesConfigurationobject.driverThe selectedQueuesDriver.queueGet the defaultQueue.
Instance Methods
add(_:)Add a new notification hook.queue(_:logger:on:)Create or look up an instance of a namedQueue.schedule(_:)Schedule a new job.startInProcessJobs(on:)Starts an in-process worker to dequeue and run jobs.startScheduledJobs()Starts an in-process worker to run scheduled jobs.use(_:)Choose which provider to use.use(custom:)Configure a driver.