Contents

DispatchSourceWrite

A dispatch source object for writing data to a file descriptor.

Declaration

protocol DispatchSourceWrite : DispatchSourceProtocol, Sendable

Overview

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

See Also

Creating a File System Source