DISPATCH_SOURCE_TYPE_TIMER
A type of dispatch source for monitoring a timer.
Declaration
#define DISPATCH_SOURCE_TYPE_TIMERDiscussion
A dispatch source that submits the event handler block based on a timer. The handle is unused (pass zero for now). The mask is unused (pass zero for now).