DispatchSourceProcess
A dispatch source that monitors an external process for events.
Declaration
protocol DispatchSourceProcess : DispatchSourceProtocol, SendableOverview
You do not adopt this protocol in your objects. Instead, use the makeProcessSource(identifier:eventMask:queue:) method to create an object that adopts this protocol.