<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "Dispatch",
  "identifier" : "/documentation/Dispatch/dispatch_io_interval_flags_t",
  "metadataVersion" : "0.1.0",
  "role" : "Type Alias",
  "symbol" : {
    "kind" : "Type Alias",
    "modules" : [
      "Dispatch"
    ],
    "preciseIdentifier" : "c:@T@dispatch_io_interval_flags_t"
  },
  "title" : "dispatch_io_interval_flags_t"
}
-->

# dispatch_io_interval_flags_t

The desired delivery behavior for interval events.

```
typedef unsigned long dispatch_io_interval_flags_t;
```

## Topics

### Channel Configuration Options

[`DISPATCH_IO_STRICT_INTERVAL`](/documentation/Dispatch/DISPATCH_IO_STRICT_INTERVAL)

Enqueue handlers for a channel at strict intervals regardless of how much data has been read or written.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)