| 112 | } |
| 113 | |
| 114 | void CallFunctionInValidationInterfaceQueue(std::function<void ()> func) { |
| 115 | g_signals.m_internals->m_schedulerClient.AddToProcessQueue(std::move(func)); |
| 116 | } |
| 117 | |
| 118 | void SyncWithValidationInterfaceQueue() { |
| 119 | AssertLockNotHeld(cs_main); |
no test coverage detected