xpc_listener_t
A C type that performs tasks for clients across process boundaries.
Declaration
typealias xpc_listener_t = OS_xpc_listenerDiscussion
To implement an XPC service, create a listener and respond to incoming session requests.
A C type that performs tasks for clients across process boundaries.
typealias xpc_listener_t = OS_xpc_listenerTo implement an XPC service, create a listener and respond to incoming session requests.