dispatch_io_t
A dispatch I/O channel.
Declaration
typealias dispatch_io_t = DispatchIODiscussion
A dispatch I/O channel represents a file descriptor and the asynchronous I/O policies applied to that file descriptor. A dispatch I/O channel is a standard type of dispatch object and may be retained, released, suspended, and resumed accordingly.