Access settings with lock held.
Synopsis
Declared in <common/args.h>
template<typename Fn>
[[requires_capability(0x7f2e381af2a8)]]
void
LockSettings(Fn&& fn);
Parameters
Name |
Description |
fn |
Callable invoked with the settings while the lock is held. |
Created with MrDocs