DispatchSourceSignal
A dispatch source that monitors the current process for UNIX signals.
Declaration
protocol DispatchSourceSignal : DispatchSourceProtocol, SendableOverview
You do not adopt this protocol in your objects. Instead, use the makeSignalSource(signal:queue:) method to create an object that adopts this protocol.