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