Portable Thread Library
The Server library contains a set of portable thread classes that are used to create and synchronize threads.
The portable thread library consists of the following classes:
-
IlsBarrier,
-
IlsCond,
-
IlsRWLock,
-
IlsThread,
-
IlsSafeMutex,
-
IlsUnsafeMutex.
The class IlsThread lets you create threads. The other classes are used to synchronize threads.