DISPATCH_AUTORELEASE_FREQUENCY_NEVER
The queue does not set up an autorelease pool around executed blocks.
Declaration
DISPATCH_AUTORELEASE_FREQUENCY_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.
DISPATCH_AUTORELEASE_FREQUENCY_NEVERThis option is the default behavior for the system-defined global queues.