Contents:
Defined in File allocator.hpp
wrench::
::
VoidLock
Default locking implementation which does no locking.
Public Functions
auto lock () noexcept -> void
Does nothing when lock() is called.
lock()
auto unlock () noexcept -> void
Does nothing when unlock() is called.
unlock()