diff options
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. |
