pub fn sync_with_validation_interface_queue()
Expand description

| This is a synonym for the following, | which asserts certain locks are not | held: | | std::promise<c_void> promise; | CallFunctionInValidationInterfaceQueue([&promise] { | promise.set_value(); | }); | promise.get_future().wait(); |