initiallyInactive
The newly created queue is inactive.
Declaration
static let initiallyInactive: DispatchQueue.AttributesDiscussion
Normally, a newly created queue schedules submitted blocks for execution immediately. Use this attribute to prevent the queue from scheduling blocks until you call its activate() method.