summaryrefslogtreecommitdiff
path: root/docs/reference/src/api/aio_provider.md
diff options
context:
space:
mode:
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.