CoreComponents 3.0.0
A Modern C++ Toolkit
|
Multi-threading, thread synchronization and scheduling More...
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... | |
Multi-threading, thread synchronization and scheduling