WPILibC++ 2025.1.1
|
A dummy Mutex
class that does not lock anything.
More...
#include <wpi/memory/threading.hpp>
Public Member Functions | |
void | lock () noexcept |
bool | try_lock () noexcept |
void | unlock () noexcept |
A dummy Mutex
class that does not lock anything.
It is a valid Mutex
and can be used to disable locking anywhere a Mutex
is requested.
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |