summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-08-20 00:24:02 +0200
committerAraq <rumpf_a@web.de>2011-08-20 00:24:02 +0200
commitd560e84fcc1171164073a31797649c26a54b03e1 (patch)
tree3466a4c3b27b1bdf10f489c130632bb6eef17975 /doc
parent5cba831c8848658d67b7a00e24d9696326b9bcc9 (diff)
downloadNim-d560e84fcc1171164073a31797649c26a54b03e1.tar.gz
locks now in their own core module
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/lib.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lib.txt b/doc/lib.txt
index 942e2de26..7595028db 100755
--- a/doc/lib.txt
+++ b/doc/lib.txt
@@ -39,6 +39,9 @@ Core
   Nimrod message passing support for threads. **Note**: This is part of the 
   system module. Do not import it explicitely.
 
+* `locks <locks.html>`_
+  Locks and condition variables for Nimrod.
+
 * `macros <macros.html>`_
   Contains the AST API and documentation of Nimrod for writing macros.