nw_framer_async(_:_:)
Requests that a block be executed on the connection’s internal scheduling context.
Declaration
func nw_framer_async(_ framer: nw_framer_t, _ async_block: @escaping nw_framer_block_t)Discussion
You should call this if you need to call any framer functions but are in another scheduling context.