Contents

DISPATCH_AUTORELEASE_FREQUENCY_NEVER

The queue does not set up an autorelease pool around executed blocks.

Declaration

DISPATCH_AUTORELEASE_FREQUENCY_NEVER

Discussion

This option is the default behavior for the system-defined global queues.

See Also

Autorelease Frequency Options