AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ mutexType

typedef std::recursive_timed_mutex drama::Task::mutexType
inherited

Defines the type of our mutex.

It is recursive, since we might call it as the result of calls that have it locked.

If the macro DRAMA2_LOCK_DEBUG is defined, we use our "LockWithInfo",
a slower lock that does give us some details on what is happening
with the lock. Expected to only be used whilst debugging locking and all of DRAMA must be compiled with that macro defined.