From 83cec91494bba0fe3a0d7340117b3f2af4e40302 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 30 Mar 2024 16:52:10 -0700 Subject: Minor fixes --- docs/reference/src/SUMMARY.md | 4 ++-- docs/reference/src/msg/index.md | 2 +- docs/reference/src/thr/index.md | 9 +++++++++ 3 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 docs/reference/src/thr/index.md (limited to 'docs/reference/src') 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}} -- cgit v1.2.3-70-g09d2