summaryrefslogtreecommitdiff
path: root/docs/reference/src/refs.md
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-03-30 20:58:59 -0700
committerGarrett D'Amore <garrett@damore.org>2024-03-30 20:58:59 -0700
commit7b34141bbb774c3a97c8f983fd2f5d460eeffbae (patch)
treea4b81eae296c70bb511e55e20de6a695ce6ff508 /docs/reference/src/refs.md
parent0974ccc48f80ed4cf29ace7255341c2c1284f448 (diff)
downloadnng-7b34141bbb774c3a97c8f983fd2f5d460eeffbae.tar.gz
nng-7b34141bbb774c3a97c8f983fd2f5d460eeffbae.tar.bz2
nng-7b34141bbb774c3a97c8f983fd2f5d460eeffbae.zip
I/O provider reorg
Diffstat (limited to 'docs/reference/src/refs.md')
-rw-r--r--docs/reference/src/refs.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/reference/src/refs.md b/docs/reference/src/refs.md
index 5c67ab09..44dd69a3 100644
--- a/docs/reference/src/refs.md
+++ b/docs/reference/src/refs.md
@@ -27,6 +27,13 @@
[sub]: ../proto/sub.md
[surveyor]: ../proto/surveyor.md
+<!-- Transports -->
+
+[inproc]: ../tran/inproc.md
+[ipc]: ../tran/ipc.md
+[tls]: ../tran/tls.md
+[tcp]: ../tran/tcp.md
+
<!-- Sockets -->
[nng_bus_open]: ../sock/nng_bus_open.md
@@ -99,6 +106,14 @@
[nng_aio_stop]: ../aio/nng_aio_stop.md
[nng_aio_wait]: ../aio/nng_aio_wait.md
+<!-- IO Provider -->
+
+[nng_aio_begin]: ../iop/nng_aio_begin.md
+[nng_aio_defer]: ../iop/nng_aio_defer.md
+[nng_aio_finish]: ../iop/nng_aio_finish.md
+[nng_aio_get_input]: ../iop/nng_aio_get_input.md
+[nng_aio_set_output]: ../iop/nng_aio_set_output.md
+
<!-- Threads -->
[nng_cv_alloc]: ../thr/nng_cv_alloc.md