strictInterval
Enqueue handlers for a channel at strict intervals regardless of how much data has been read or written.
Declaration
static let strictInterval: DispatchIO.IntervalFlagsDiscussion
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.