#include <NullLock.h>
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 NullLock allows the syntax of locking to be present, but effectively all compiled (even constexpr) away.
Definition at line 28 of file NullLock.h.