ArgsManager::LockSettings

Access settings with lock held.

Synopsis

Declared in <common/args.h>

template<typename Fn>
[[requires_capability(0x7f2e381af2a8)]]
void
LockSettings(Fn&& fn);

Parameters

NameDescription
fnCallable invoked with the settings while the lock is held.