Contents

xpc_finalizer_t

A function to invoke when tearing down a connection and freeing its context.

Declaration

typealias xpc_finalizer_t = (UnsafeMutableRawPointer?) -> Void

Parameters

  • value:

    The context object that is to be disposed of.

Discussion

It is not safe to reference the connection from within this function.

See Also

Context