Stroika Library 3.0d16
 
Loading...
Searching...
No Matches
Stroika::Foundation::Execution::NullMutex Struct Reference

#include <NullMutex.h>

Detailed Description

This class follows the Mutex concept - syntactically - but doesn't actually perform locking.

Sometimes you want to write code that can use locks or not. Use of the NullMutex allows the syntax of locking to be present, but effectively all compiled (even constexpr) away.

Definition at line 28 of file NullMutex.h.


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