Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ CallbacksPending
Method
CallbacksPending
src/scheduler.cpp:202–206 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
200
}
201
202
size_t SingleThreadedSchedulerClient::CallbacksPending()
203
{
204
LOCK(m_callbacks_mutex);
205
return m_callbacks_pending.size();
206
}
Callers
1
LOCKS_EXCLUDED
Function · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected