ASL
Loading...
Searching...
No Matches
Lock Class Reference

Detailed Description

A Lock is an automatic locker/unlocker of a Mutex.

Locks the mutex on construction and unlocks on destruction.

Mutex mutex;
{
Lock _(mutex);
}
An Array is a contiguous and resizable array of any type of elements.
Definition Array.h:69
A Lock is an automatic locker/unlocker of a Mutex.
Definition Mutex.h:395
A mutex that can be locked or unlocked to protect concurrent access to a resource.
Definition Mutex.h:27

#include <Mutex.h>


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