diff options
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. |