DispatchSourceMachReceive
A dispatch source that monitors a Mach port for pending messages.
Declaration
protocol DispatchSourceMachReceive : DispatchSourceProtocol, SendableOverview
You do not adopt this protocol in your objects. Instead, use the makeMachReceiveSource(port:queue:) method to create an object that adopts this protocol.