diff options
Diffstat (limited to 'doc')
-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 47cd08cab..cefb1a1fe 100644 --- a/doc/lib.txt +++ b/doc/lib.txt @@ -31,6 +31,9 @@ Core implicitly by the compiler. Do not import it directly. It relies on compiler magic to work. +* `threads <threads.html>`_ + Nimrod thread support. + * `macros <macros.html>`_ Contains the AST API and documentation of Nimrod for writing macros. |