summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-06-02 13:02:40 +0200
committerAraq <rumpf_a@web.de>2011-06-02 13:02:40 +0200
commit3260702a6044cdae89cf673ad1983aa3342127de (patch)
tree40439bfaf9f4ecb4929547e387998b282eee408c /doc
parentd0bfc3665fd0131dad516d2fcd7cfe73c3a6f122 (diff)
downloadNim-3260702a6044cdae89cf673ad1983aa3342127de.tar.gz
first steps to thread local heaps
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/lib.txt15
1 files changed, 14 insertions, 1 deletions
diff --git a/doc/lib.txt b/doc/lib.txt
index 2e7558d56..6e5a84cc1 100755
--- a/doc/lib.txt
+++ b/doc/lib.txt
@@ -32,7 +32,8 @@ Core
   magic to work.
 
 * `threads <threads.html>`_
-  Nimrod thread support. 
+  Nimrod thread support. **Note**: This is part of the system module. Do not
+  import it directly.
 
 * `macros <macros.html>`_
   Contains the AST API and documentation of Nimrod for writing macros.
@@ -228,6 +229,14 @@ Multimedia support
   the ``graphics`` module.
 
 
+Database support
+----------------
+
+* `redis <redis.html>`_
+  This module implements a redis client. It allows you to connect to a
+  redis-server instance, send commands and receive replies.
+
+
 
 Impure libraries
 ================
@@ -284,6 +293,10 @@ Other
   This module contains code for reading from `stdin`:idx:. On UNIX the GNU
   readline library is wrapped and set up.
 
+* `zmq <zmq.html>`_
+  Nimrod 0mq wrapper. This file contains the low level C wrappers as well as
+  some higher level constructs.
+
 
 Wrappers
 ========
7423987'>6838c23 ^
2a09617 ^
589db74 ^

2a09617 ^

16c3f0a ^





589db74 ^




fa04a1e ^
16c3f0a ^

dee0f89 ^
16c3f0a ^



dee0f89 ^
fa04a1e ^
dee0f89 ^
8ea86ce ^
dee0f89 ^

589db74 ^

2a09617 ^
6838c23 ^
2a09617 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57