diff options
author | Araq <rumpf_a@web.de> | 2011-08-20 00:24:02 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-08-20 00:24:02 +0200 |
commit | d560e84fcc1171164073a31797649c26a54b03e1 (patch) | |
tree | 3466a4c3b27b1bdf10f489c130632bb6eef17975 /doc | |
parent | 5cba831c8848658d67b7a00e24d9696326b9bcc9 (diff) | |
download | Nim-d560e84fcc1171164073a31797649c26a54b03e1.tar.gz |
locks now in their own core module
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/lib.txt | 3 |
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. |