DispatchQueue.AutoreleaseFrequency.never
The queue does not set up an autorelease pool around executed blocks.
Declaration
case neverDiscussion
This option is the default behavior for the system-defined global queues.
The queue does not set up an autorelease pool around executed blocks.
case neverThis option is the default behavior for the system-defined global queues.