diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-03-24 12:53:58 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-03-24 12:53:58 -0700 |
| commit | b24ef189f1dc9f9bf4889cb420e4645721728036 (patch) | |
| tree | 1dd4be3ce52c9c07018fb2a1d35c425e6dd33352 /docs/reference/src/api/aio_provider.md | |
| parent | 85fbe7f9e4642b554d0d97f2e3ff2aa12978691a (diff) | |
| download | nng-b24ef189f1dc9f9bf4889cb420e4645721728036.tar.gz nng-b24ef189f1dc9f9bf4889cb420e4645721728036.tar.bz2 nng-b24ef189f1dc9f9bf4889cb420e4645721728036.zip | |
Initial swag at mdbook content.
This has the nng_a* to nng_c* content converted.
Various editorial changes have been made as well.
Diffstat (limited to 'docs/reference/src/api/aio_provider.md')
| -rw-r--r-- | docs/reference/src/api/aio_provider.md | 10 |
1 files changed, 10 insertions, 0 deletions
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. |
