Structure
QueueName
A specific queue that jobs are run on.
struct QueueName
Topics
Initializers
Instance Properties
let string: StringThe name of the queuelet workerCount: Int?The maximum number of workers to run for this queue. Ifnil, usesworkerCount.
Instance Methods
func makeKey(with: String) -> StringMakes the name of the queue
Type Properties
static let `default`: QueueNameThe default queue that jobs are run on
Relationships
Conforms To
Swift.SendableSwift.SendableMetatype