CoreComponents 3.0.0
A Modern C++ Toolkit
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages Modules
Multi-threading

Multi-threading, thread synchronization and scheduling More...

Collaboration diagram for Multi-threading:

Classes

class  Channel< T >
 Thread communication channel More...
 
class  PriorityChannel< T, P >
 Prioritized thread communication channel. More...
 
class  ReadWriteLock
 Read-write lock. More...
 
class  Semaphore< T >
 Waiting for a limited resource. More...
 
class  SpinLock
 Spinning lock mutex. More...
 
class  Thread
 Single thread of execution. More...
 

Detailed Description

Multi-threading, thread synchronization and scheduling