summaryrefslogtreecommitdiff
path: root/docs/reference
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-03-30 16:52:10 -0700
committerGarrett D'Amore <garrett@damore.org>2024-03-30 16:54:28 -0700
commit83cec91494bba0fe3a0d7340117b3f2af4e40302 (patch)
treefea3ff8a3a66ba356edad3f8a779a6b136ae340a /docs/reference
parentde233cfd5c8d6996ce6b6e5946c93b44a24bbbde (diff)
downloadnng-83cec91494bba0fe3a0d7340117b3f2af4e40302.tar.gz
nng-83cec91494bba0fe3a0d7340117b3f2af4e40302.tar.bz2
nng-83cec91494bba0fe3a0d7340117b3f2af4e40302.zip
Minor fixes
Diffstat (limited to 'docs/reference')
-rw-r--r--docs/reference/src/SUMMARY.md4
-rw-r--r--docs/reference/src/msg/index.md2
-rw-r--r--docs/reference/src/thr/index.md9
3 files changed, 12 insertions, 3 deletions
diff --git a/docs/reference/src/SUMMARY.md b/docs/reference/src/SUMMARY.md
index 50cf1668..b88cb6b8 100644
--- a/docs/reference/src/SUMMARY.md
+++ b/docs/reference/src/SUMMARY.md
@@ -57,7 +57,7 @@
- [nng_close](api/socket/nng_close.md)
- [nng_pub_open](api/socket/nng_pub_open.md)
- - [Contexts](api/context/index.md)
+ - [Contexts](ctx/index.md)
- [nng_ctx_close](ctx/nng_ctx_close.md)
- [nng_ctx_get](ctx/nng_ctx_get.md)
@@ -97,7 +97,7 @@
- [nng_aio_get_input](api/aio_provider/nng_aio_get_input.md)
- [nng_aio_set_output](api/aio_provider/nng_aio_set_output.md)
- - [Utility Functions](api/util/index.md)
+ - [Utility Functions](util/index.md)
- [nng_alloc](util/nng_alloc.md)
- [nng_clock](util/nng_clock.md)
diff --git a/docs/reference/src/msg/index.md b/docs/reference/src/msg/index.md
index ed63b4d2..1748fda5 100644
--- a/docs/reference/src/msg/index.md
+++ b/docs/reference/src/msg/index.md
@@ -4,7 +4,7 @@ Messages in Scalability Protocols are the fundamental unit of transmission
and reception,
as these protocols are fundamentally message-oriented.
-## {{i: Message object}}
+## Message object
An `nng_msg` represents a single {{i:message}} sent between Scalability Protocols peers.
diff --git a/docs/reference/src/thr/index.md b/docs/reference/src/thr/index.md
new file mode 100644
index 00000000..eb6876d3
--- /dev/null
+++ b/docs/reference/src/thr/index.md
@@ -0,0 +1,9 @@
+# Threads and Synchronization
+
+## Threads
+
+## Mutexes
+
+## Condition Variables
+
+{{#include ../refs.md}}