Libthreadar 1.6.0
File List
Here is a list of all documented files with brief descriptions:
[detail level 12]
  src
 barrier.hppDefines the barrier C++ class, to synchronize several threads
 condition.hppDefines the condition class
 exceptions.hppDefines a set of exceptions that are used by libthreadar to report error situations
 fast_tampon.hppDefines the fast_tampon class that provides simplified but fast asynchronous pipe-like (unidirectional) communication between two threads
 freezer.hppDefines the freezer class
 libthreadar.hppMain header file of the library, only that file should be # included in your programs
 mutex.hppDefines the mutex C++ class
 ratelier_gather.hppDefines structure that is suitable to gather data from many workers
 ratelier_scatter.hppDefines structure that is suitable to dispatch between many workers taking job order in consideration
 semaphore.hppDefines the semaphore class
 tampon.hppDefines the tampon class that provides asynchronous pipe-like (unidirectional) communication between two threads
 thread.hppHolds the definition of the thread class
 thread_signal.hppHolds the definition of a thread class type where cancellation is implemented by mean of signal
 tools.hppDefines tools used inside libthreadar