diff options
author | Anatoly Galiulin <galiulin.anatoly@gmail.com> | 2016-02-18 09:46:34 +0600 |
---|---|---|
committer | Anatoly Galiulin <galiulin.anatoly@gmail.com> | 2016-02-18 09:46:34 +0600 |
commit | b0eeacf71e33a0084e2e30636155efa43517def2 (patch) | |
tree | 524de19a0fe3b9290226bbf0951e69cc060e6e2d /doc/lib.txt | |
parent | c1028b336322ad09cda83ba2cf6e1d9ea2a84bc5 (diff) | |
download | Nim-b0eeacf71e33a0084e2e30636155efa43517def2.tar.gz |
Added rlocks module to documentation and news.txt
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. |