DispatchQueue.AutoreleaseFrequency.workItem
The queue configures an autorelease pool before the execution of a block, and releases the objects in that pool after the block finishes executing.
Declaration
case workItemThe queue configures an autorelease pool before the execution of a block, and releases the objects in that pool after the block finishes executing.
case workItem