karoo::pass Class Reference
this class implements a read/write mutex, which allows multiple reads, but but only one write, and also, no reads during write.
More...
#include <util.h>
List of all members.
|
Public Member Functions |
|
void | start_reading () const |
|
void | done_reading () const |
|
void | start_writing () |
|
void | done_writing () |
Detailed Description
this class implements a read/write mutex, which allows multiple reads, but but only one write, and also, no reads during write.
The documentation for this class was generated from the following file: