[#ValidationSignals-SyncWithValidationInterfaceQueue] = xref:ValidationSignals.adoc[ValidationSignals]::SyncWithValidationInterfaceQueue :relfileprefix: ../ :mrdocs: This is a synonym for the following, which asserts certain locks are not held: std::promise<void> promise; CallFunctionInValidationInterfaceQueue([&promise]{ promise.set_value(); }); promise.get_future().wait(); == Synopsis Declared in `<validationinterface.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[locks_excluded(0x7f950ebbf3a8), locks_excluded(0x7f950bcf2898), locks_excluded(0x7f9502dc09c8), locks_excluded(0x7f94f0a66138), locks_excluded(0x7f950f7127f8), locks_excluded(0x7f951d2c7208), locks_excluded(0x7f950a38d9e8), locks_excluded(0x7f950244b5a8), locks_excluded(0x7f95082ec178), locks_excluded(0x7f951eb27b78)]] void SyncWithValidationInterfaceQueue(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#