Contents

DispatchSourceRead

A dispatch source object for reading data from a file descriptor.

Declaration

protocol DispatchSourceRead : DispatchSourceProtocol, Sendable

Overview

You do not adopt this protocol in your objects. Instead, use the makeReadSource(fileDescriptor:queue:) method to create an object that adopts this protocol.

See Also

Creating a File System Source