adapnex::core::Mutex::lock

Blocks until a lock can be acquired for the current execution agent (thread, process, task). If an exception is thrown, no lock is acquired.

Synopsis

Declared in <adapnex/core/sync.h>

virtual
void
lock() = 0;

Created with MrDocs