From f293e96b03b22c6a91140b118c4e15059e285543 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Wed, 1 Jan 2025 19:11:54 -0800 Subject: docs: convert the context docs to mdbook --- docs/man/libnng.3.adoc | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'docs/man/libnng.3.adoc') diff --git a/docs/man/libnng.3.adoc b/docs/man/libnng.3.adoc index 877893e3..36560102 100644 --- a/docs/man/libnng.3.adoc +++ b/docs/man/libnng.3.adoc @@ -89,25 +89,6 @@ The following functions are used in the asynchronous model: |=== -=== Protocol Contexts - -The following functions are useful to separate the protocol processing -from a socket object, into a separate context. -This can allow multiple contexts to be created on a single socket for -concurrent applications. - -|=== -|xref:nng_ctx_close.3.adoc[nng_ctx_close()]|close context -|xref:nng_ctx_get.3.adoc[nng_ctx_get()]|get context option -|xref:nng_ctx_id.3.adoc[nng_ctx_id()]|get numeric context identifier -|xref:nng_ctx_open.3.adoc[nng_ctx_open()]|create context -|xref:nng_ctx_recv.3.adoc[nng_ctx_recv()]|receive message using context asynchronously -|xref:nng_ctx_recvmsg.3.adoc[nng_ctx_recvmsg()]|receive a message using context -|xref:nng_ctx_send.3.adoc[nng_ctx_send()]|send message using context asynchronously -|xref:nng_ctx_sendmsg.3.adoc[nng_ctx_sendmsg()]|send a message using context -|xref:nng_ctx_set.3.adoc[nng_ctx_set()]|set context option -|=== - === Devices, Relays The following function family is used to create forwarders or relayers -- cgit v1.2.3-70-g09d2