|
CeresEngine 0.2.0
A game development framework
|
A fake lockable type that performs no locking. More...
#include <CeresEngine/Foundation/Threading/Threading.hpp>
Public Member Functions | |
| constexpr void | lock () noexcept |
| constexpr bool | try_lock () noexcept |
| constexpr void | unlock () noexcept |
| template<typename Duration > | |
| constexpr bool | try_lock_for (Duration) noexcept |
| template<typename TimeLimit > | |
| constexpr bool | try_lock_until (TimeLimit) noexcept |
A fake lockable type that performs no locking.
Can be given as a template parameter to fake a mutex.
|
inlineconstexprnoexcept |