dlr::thread::Token Class Reference
This helper class represents a virtual token which is passed between threads to prevent more than one
thread from interacting with the
Monitor at once.
More...
#include <monitor.h>
List of all members.
|
Public Member Functions |
|
| Token (const Token &other) |
|
| operator bool () |
Friends |
|
class | Monitor |
|
class | Condition |
Detailed Description
This helper class represents a virtual token which is passed between threads to prevent more than one
thread from interacting with the
Monitor at once.
Someday it may be promoted to it's own source file. See the documentation for class Monitor for more information.
Definition at line 37 of file monitor.h.
The documentation for this class was generated from the following files: