Contents

initiallyInactive

The newly created queue is inactive.

Declaration

static let initiallyInactive: DispatchQueue.Attributes

Discussion

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.

See Also

Attributes