X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fdoc%2Fbasics.txt;h=ab1c94a1ab9727249a01f1ed94eff4696b81635a;hb=ec6703bb4d58e504fde8ea8429f9b26ab6632696;hp=42f009778e1ce3f06f0911f6fccf3536068dbcd5;hpb=db0593420b093df97d406f6f31b6b4352b1d038d;p=libucw.git diff --git a/ucw/doc/basics.txt b/ucw/doc/basics.txt index 42f00977..ab1c94a1 100644 --- a/ucw/doc/basics.txt +++ b/ucw/doc/basics.txt @@ -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. +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