rll::lockfile class

Constructors, destructors, conversion operators

lockfile(std::filesystem::path const& path) explicit
lockfile(std::filesystem::path&& path) explicit

Public functions

auto is_locked() const →  bool noexcept
void lock()
auto path() const →  std::filesystem::path const& noexcept
auto try_lock() →  bool noexcept
void unlock() noexcept