adapnex::core::Mutex::Create

Returns a Mutex implementation suitable for the current platform.

Synopsis

Declared in <adapnex/core/sync.h>

static
std::unique_ptr<Mutex>
Create();

Return Value

a Mutex implementation suitable for the current platform.

Created with MrDocs