Contents

DISPATCH_SOURCE_TYPE_TIMER

A type of dispatch source for monitoring a timer.

Declaration

#define DISPATCH_SOURCE_TYPE_TIMER

Discussion

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).

See Also

Dispatch Source Types