aboutsummaryrefslogtreecommitdiff
path: root/docs/ref/api/thr/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/api/thr/index.md')
-rw-r--r--docs/ref/api/thr/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/api/thr/index.md b/docs/ref/api/thr/index.md
index bdd8bef4..5f60ed66 100644
--- a/docs/ref/api/thr/index.md
+++ b/docs/ref/api/thr/index.md
@@ -4,5 +4,5 @@ These interfaces are likely to be useful when implementing concurrent designs.
Furthermore, because NNG itself is based on concurrency, the synchronization primitives
are likely to be useful in callback functions and similar situations.
-- [nng_cv](nng_cv.md)
-- [nng_mtx](nng_mtx.md)
+- [nng_cv](nng_cv.md) --- condition variable
+- [nng_mtx](nng_mtx.md) --- mutual exclusion lock