Mutex

Blocks concurrent access to shared resources from multiple threads.

Constructors

this
this()

Default Constructor

Destructor

~this
~this()

Destructor

Members

Functions

lock
void lock()

Lock the mutex

unlock
void unlock()

Unlock the mutex

Meta