---
title: strictInterval
framework: dispatch
role: symbol
role_heading: Type Property
path: dispatch/dispatchio/intervalflags/strictinterval
---

# strictInterval

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

## Declaration

```swift
static let strictInterval: DispatchIO.IntervalFlags
```

## Discussion

Discussion Setting this flag can lead to the handler being called even if the amount of data does not exceed the channel’s low-water mark.

## See Also

### Interval Flags

- [DISPATCH_IO_STRICT_INTERVAL](dispatch/dispatch_io_strict_interval.md)
