aboutsummaryrefslogtreecommitdiff
path: root/client/libacron/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'client/libacron/README.md')
-rw-r--r--client/libacron/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/libacron/README.md b/client/libacron/README.md
index 09e36dc..d52a4c3 100644
--- a/client/libacron/README.md
+++ b/client/libacron/README.md
@@ -261,6 +261,9 @@ it is the caller's responsibility to guard the whole connection with a mutex. li
provide that because this may limit the flexibility. After locking, it is safe to call the
connection-related functions from any threads.
+Example `acronc/main.c` has a naive cross-platform example of how to guard the connection using
+a mutex.
+
## Roadmap
* Make unit tests