DISPATCH_SOURCE_TYPE_READ
A type of dispatch source for monitoring read operations on a file descriptor.
Declaration
#define DISPATCH_SOURCE_TYPE_READDiscussion
A dispatch source that monitors a file descriptor for pending bytes available to be read. The handle is a file descriptor (int). The mask is unused (pass zero for now).