Structure
QueueName
A specific queue that jobs are run on.
struct QueueName
Topics
Initializers
init(string:)Creates a newQueueNameinit(string:workerCount:)
Instance Properties
stringThe name of the queueworkerCountThe maximum number of workers to run for this queue. Ifnil, usesworkerCount.
Instance Methods
makeKey(with:)Makes the name of the queue
Type Properties
defaultThe default queue that jobs are run on
Relationships
Conforms To
Swift.SendableSwift.SendableMetatype