diff options
Diffstat (limited to 'docs/reference')
| -rw-r--r-- | docs/reference/src/SUMMARY.md | 4 | ||||
| -rw-r--r-- | docs/reference/src/msg/index.md | 2 | ||||
| -rw-r--r-- | docs/reference/src/thr/index.md | 9 |
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}} |
