diff options
Diffstat (limited to 'doc/lib.txt')
-rw-r--r-- | doc/lib.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lib.txt b/doc/lib.txt index 90cf36240..5ff6de7fd 100644 --- a/doc/lib.txt +++ b/doc/lib.txt @@ -46,6 +46,9 @@ Core * `locks <locks.html>`_ Locks and condition variables for Nim. +* `rlocks <rlocks.html>`_ + Reentrant locks for Nim. + * `macros <macros.html>`_ Contains the AST API and documentation of Nim for writing macros. |