Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
129
bool CScheduler::AreThreadsServicingQueue() const
130
{
131
LOCK(newTaskMutex);
132
return nThreadsServicingQueue;
133
}
134
135
136
void SingleThreadedSchedulerClient::MaybeScheduleProcessQueue()
Callers
1
EmptyQueue
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected