Struct VoidLock

Struct Documentation

struct wrench::VoidLock

Default locking implementation which does no locking.

Public Functions

auto lock () noexcept -> void

Does nothing when lock() is called.

auto unlock () noexcept -> void

Does nothing when unlock() is called.