MCPcopy Create free account
hub / github.com/ElementsProject/elements / FlushBackgroundCallbacks

Method FlushBackgroundCallbacks

src/validationinterface.cpp:103–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void CMainSignals::FlushBackgroundCallbacks()
104{
105 if (m_internals) {
106 m_internals->m_schedulerClient.EmptyQueue();
107 }
108}
109
110size_t CMainSignals::CallbacksPending()
111{

Callers 2

ShutdownFunction · 0.80
~ChainTestingSetupMethod · 0.80

Calls 1

EmptyQueueMethod · 0.80

Tested by 1

~ChainTestingSetupMethod · 0.64