ArgsManager::LockSettings

Access settings with lock held.

Synopsis

Declared in <common/args.h>

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

Parameters

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