Contents

dispatch_io_t

A dispatch I/O channel.

Declaration

typealias dispatch_io_t = DispatchIO

Discussion

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.

See Also

Data Types