Initializer
init(string:workerCount:)
init(string: String, workerCount: Int?)
Parameters
stringThe name of the queue
workerCountThe maximum number of workers to run for this queue. If
nil, defaults toworkerCount. Set to1to run jobs sequentially.