DispatchSourceFileSystemObject
A dispatch source that monitors events associated with a file descriptor.
Declaration
protocol DispatchSourceFileSystemObject : DispatchSourceProtocol, SendableOverview
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.