summaryrefslogtreecommitdiff
path: root/docs/reference/src/api/aio_provider.md
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-03-24 22:19:42 -0700
committerGarrett D'Amore <garrett@damore.org>2024-03-24 22:19:42 -0700
commit331bd5a7c360083f245fe6c82afa38dd05c4a9c9 (patch)
treef7a50976a4a6a717660d1c94a9808e896c3c2059 /docs/reference/src/api/aio_provider.md
parent962553386968a528593665e228b9424de84d7f4e (diff)
downloadnng-331bd5a7c360083f245fe6c82afa38dd05c4a9c9.tar.gz
nng-331bd5a7c360083f245fe6c82afa38dd05c4a9c9.tar.bz2
nng-331bd5a7c360083f245fe6c82afa38dd05c4a9c9.zip
More org stuff
Diffstat (limited to 'docs/reference/src/api/aio_provider.md')
-rw-r--r--docs/reference/src/api/aio_provider.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/reference/src/api/aio_provider.md b/docs/reference/src/api/aio_provider.md
deleted file mode 100644
index cf5acce7..00000000
--- a/docs/reference/src/api/aio_provider.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# 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.