aboutsummaryrefslogtreecommitdiff
path: root/docs/ref/api/thr
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/api/thr')
-rw-r--r--docs/ref/api/thr/index.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/ref/api/thr/index.md b/docs/ref/api/thr/index.md
index 6355cfef..bdd8bef4 100644
--- a/docs/ref/api/thr/index.md
+++ b/docs/ref/api/thr/index.md
@@ -1,4 +1,8 @@
-# Threading Functions
+# Threading and Synchronization
+
+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)