summary refs log tree commit diff stats
path: root/doc/lib.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-11-03 10:44:30 +0100
committerAraq <rumpf_a@web.de>2014-11-03 10:44:30 +0100
commit26b4761f14bbd81101dff9e1258c081b99da1a67 (patch)
treeeb10f4e6b640883c5018e95176457ae7a37c6a28 /doc/lib.txt
parentc4d05ca130e944cb10ba1ec40ffafe0a7f83b58a (diff)
downloadNim-26b4761f14bbd81101dff9e1258c081b99da1a67.tar.gz
actors module is deprecated
Diffstat (limited to 'doc/lib.txt')
-rw-r--r--doc/lib.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/lib.txt b/doc/lib.txt
index a29e32429..6de4cfbda 100644
--- a/doc/lib.txt
+++ b/doc/lib.txt
@@ -60,9 +60,11 @@ Core
 * `typetraits <typetraits.html>`_
   This module defines compile-time reflection procs for working with types.
 
-* `actors <actors.html>`_
-  Actor support for Nim; implemented as a layer on top of the threads and
-  channels modules.
+* `threadpool <threadpool.html>`_
+  Implements Nim's `spawn <manual.html#spawn>`_.
+
+* `cpuinfo <cpuinfo.html>`_
+  This module implements procs to determine the number of CPUs / cores.
 
 
 Collections and algorithms