Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CobaltFusion/DebugViewPP
/ NextDeadline
Method
NextDeadline
CobaltFusion/Executor.cpp:55–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
TimedCalls::TimePoint TimedCalls::NextDeadline() const
56
{
57
assert(!m_scheduledCalls.empty());
58
return m_scheduledCalls.back().at;
59
}
60
61
TimedCalls::CallData TimedCalls::Pop()
62
{
Callers
2
RunOne
Method · 0.80
ResetTimer
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected