Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CobaltFusion/DebugViewPP
/ Cancel
Method
Cancel
CobaltFusion/Executor.cpp:96–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
void ScheduledCall::Cancel()
97
{
98
if (!pExec)
99
return;
100
101
pExec->Cancel(*this);
102
pExec = nullptr;
103
}
104
105
unsigned ScheduledCall::GetId() const
106
{
Callers
4
~ScopedScheduledCall
Method · 0.45
Executor.cpp
File · 0.45
BOOST_AUTO_TEST_CASE
Function · 0.45
TestGuiExecutorImpl
Function · 0.45
Calls
1
Remove
Method · 0.45
Tested by
2
BOOST_AUTO_TEST_CASE
Function · 0.36
TestGuiExecutorImpl
Function · 0.36