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

# dispatch_source_timer_flags_t

Flags to use when configuring a timer dispatch source.

```
typedef unsigned long dispatch_source_timer_flags_t;
```

## Topics

### Timer Flags

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

The system makes its best effort to observe the timer’s specified leeway value, even if the value is smaller than the default leeway.



---

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)