]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/doc/basics.txt
Daemon: Let daemon actions be numbered from 1
[libucw.git] / ucw / doc / basics.txt
index 29678438456ba8007635851922011ef1b228e541..ab1c94a1ab9727249a01f1ed94eff4696b81635a 100644 (file)
@@ -14,14 +14,19 @@ It currently requires the GNU C compiler version 4.0 or newer, but most modules
 should be very easy to adapt to a different C99 compiler. (A notable exception
 is `stkstring.h`, which is heavily tied to GNU extensions.)
 
-The library has been developed on Linux with the GNU libc and it is know to run
+The library has been developed on Linux with the GNU libc and it is known to run
 on Darwin, too. The authors did not try using it on other systems, but most of
 the code is written for a generic POSIX system, so porting to any UNIX-like system
 should be a piece of cake.
 
+Threads
+-------
+Generally, functions in the UCW library are reentrant as long as you call them
+on different data. Accessing the same object from different threads is not supported,
+unless otherwise told. This also applies to functions acting on any kind of global state.
+
 ucw/lib.h
 ---------
-*Only partially documented.*
 
 !!ucw/lib.h