DISPATCH_SOURCE_TYPE_DATA_OR
A type of dispatch source for monitoring custom events involving the coalescing of data with an OR operator.
Declaration
#define DISPATCH_SOURCE_TYPE_DATA_ORDiscussion
A dispatch source that coalesces data obtained via calls to dispatch_source_merge_data. A bitwise OR is used to coalesce the data. The handle is unused (pass zero for now). The mask is unused (pass zero for now).