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

Method AreThreadsServicingQueue

src/scheduler.cpp:129–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129bool CScheduler::AreThreadsServicingQueue() const
130{
131 LOCK(newTaskMutex);
132 return nThreadsServicingQueue;
133}
134
135
136void SingleThreadedSchedulerClient::MaybeScheduleProcessQueue()

Callers 1

EmptyQueueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected