Access settings with lock held.

Synopsis

Declared in <common/args.h>

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

Parameters

Name

Description

fn

Callable invoked with the settings while the lock is held.

Created with MrDocs