Contents

DispatchSourceSignal

A dispatch source that monitors the current process for UNIX signals.

Declaration

protocol DispatchSourceSignal : DispatchSourceProtocol, Sendable

Overview

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

See Also

Creating a Signal Source