]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/doc/basics.txt
Redblack: Added search_up
[libucw.git] / ucw / doc / basics.txt
index 42f009778e1ce3f06f0911f6fccf3536068dbcd5..ab1c94a1ab9727249a01f1ed94eff4696b81635a 100644 (file)
@@ -19,9 +19,14 @@ 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.
 
 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
 ---------
 ucw/lib.h
 ---------
-*Only partially documented.*
 
 !!ucw/lib.h
 
 
 !!ucw/lib.h