Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Cancel
Method
Cancel
libs/base/thread.cpp:69–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
void Thread::Cancel()
70
{
71
if (!m_routine)
72
return;
73
m_routine->Cancel();
74
Join();
75
m_routine.reset();
76
}
77
78
void Thread::Join()
79
{
Callers
8
UNIT_TEST
Function · 0.45
Stop
Method · 0.45
UNIT_TEST
Function · 0.45
UNIT_TEST
Function · 0.45
UNIT_TEST
Function · 0.45
UNIT_TEST
Function · 0.45
CancelQuery
Function · 0.45
CancelTask
Method · 0.45
Calls
2
Join
Function · 0.50
reset
Method · 0.45
Tested by
5
UNIT_TEST
Function · 0.36
UNIT_TEST
Function · 0.36
UNIT_TEST
Function · 0.36
UNIT_TEST
Function · 0.36
UNIT_TEST
Function · 0.36