From b24ef189f1dc9f9bf4889cb420e4645721728036 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 24 Mar 2024 12:53:58 -0700 Subject: Initial swag at mdbook content. This has the nng_a* to nng_c* content converted. Various editorial changes have been made as well. --- docs/reference/src/api/aio_provider.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/reference/src/api/aio_provider.md (limited to 'docs/reference/src/api/aio_provider.md') diff --git a/docs/reference/src/api/aio_provider.md b/docs/reference/src/api/aio_provider.md new file mode 100644 index 00000000..cf5acce7 --- /dev/null +++ b/docs/reference/src/api/aio_provider.md @@ -0,0 +1,10 @@ +# Asynchronous I/O for Providers + +This section documents functions used when implementing I/O providers. + +I/O providers actually perform the operations that are linked to +an [`nng_aio`](nng_aio.md) object. + +Most applications will not use the functions listed here. +Applications the implement their own HTTP handler functions, or +custom transport providers, might make use of these functions. -- cgit v1.2.3-70-g09d2