Contents

nw_framer_set_cleanup_handler(_:_:)

Sets a block to handle the final cleanup of allocations made by your protocol instance.

Declaration

func nw_framer_set_cleanup_handler(_ framer: nw_framer_t, _ cleanup_handler: @escaping  nw_framer_cleanup_handler_t)

See Also

Managing Instance Lifetime