---
title: DispatchQueue.AutoreleaseFrequency.inherit
framework: dispatch
role: symbol
role_heading: Case
path: dispatch/dispatchqueue/autoreleasefrequency/inherit
---

# DispatchQueue.AutoreleaseFrequency.inherit

The queue inherits its autorelease frequency from its target queue.

## Declaration

```swift
case inherit
```

## Discussion

Discussion This option is the default behavior for queues you create.

## See Also

### Autorelease Frequencies

- [DispatchQueue.AutoreleaseFrequency.workItem](dispatch/dispatchqueue/autoreleasefrequency/workitem.md)
- [DispatchQueue.AutoreleaseFrequency.never](dispatch/dispatchqueue/autoreleasefrequency/never.md)
