DispatchSourceRead
A dispatch source object for reading data from a file descriptor.
Declaration
protocol DispatchSourceRead : DispatchSourceProtocol, SendableOverview
You do not adopt this protocol in your objects. Instead, use the makeReadSource(fileDescriptor:queue:) method to create an object that adopts this protocol.