Open Model Railroad Network (OpenMRN)
Loading...
Searching...
No Matches
AsyncMutex::Token Class Reference

Synchronously locks the mutex. More...

Inheritance diagram for AsyncMutex::Token:
QMember

Additional Inherited Members

- Public Member Functions inherited from QMember
void init ()
 Initiailize a QMember, in place of a public placement construction.
 
- Protected Member Functions inherited from QMember
 QMember ()
 Constructor.
 
 ~QMember ()
 Destructor.
 
- Protected Attributes inherited from QMember
QMembernext
 pointer to the next member in the queue
 

Detailed Description

Synchronously locks the mutex.

Might block the current thread. void Lock() {

Todo:
(balazs.racz) we don't have a synchronous mechanism to allocate from a QAsync. SyncAllocation a(this); }

Definition at line 107 of file AsyncMutex.hxx.


The documentation for this class was generated from the following file: