Honeycomb  0.1
Component-Model Framework
Classes | Namespaces
SharedMutex.h File Reference
#include "Honey/Thread/Thread.h"
#include "Honey/Thread/Condition/Lock.h"
Include dependency graph for SharedMutex.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  honey::SharedLock< Lockable_ >
 A scoped lock that references a shared mutex. Does a shared read lock on construction and unlocks on destruction. More...
 
class  honey::SharedMutex
 A thread lock for shared data where there may be many readers and one writer. More...
 

Namespaces

 honey
 Global Honeycomb namespace.