Contents

DispatchSourceFileSystemObject

A dispatch source that monitors events associated with a file descriptor.

Declaration

protocol DispatchSourceFileSystemObject : DispatchSourceProtocol, Sendable

Overview

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

Topics

Getting the Data Handle

Getting the Event Data

See Also

Creating a File System Source