Contents

DISPATCH_SOURCE_TYPE_DATA_ADD

A type of dispatch source for monitoring custom events involving the coalescing of data with an AND operator.

Declaration

#define DISPATCH_SOURCE_TYPE_DATA_ADD

Discussion

A dispatch source that coalesces data obtained via calls to dispatch_source_merge_data. An ADD is used to coalesce the data. The handle is unused (pass zero for now). The mask is unused (pass zero for now).

See Also

Dispatch Source Types