Contents

DISPATCH_SOURCE_TYPE_SIGNAL

A type of dispatch source for monitoring signals.

Declaration

#define DISPATCH_SOURCE_TYPE_SIGNAL

Discussion

A dispatch source that monitors the current process for signals. The handle is a signal number (int). The mask is unused (pass zero for now).

See Also

Dispatch Source Types