Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdaptiveCpp/AdaptiveCpp
/ cancel
Method
cancel
src/runtime/dag_node.cpp:85–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
}
84
85
void dag_node::cancel() {
86
mark_virtually_submitted();
87
this->_is_complete = true;
88
this->_is_cancelled = true;
89
}
90
91
void dag_node::assign_to_executor(backend_executor *ctx)
92
{
Callers
5
submit_directly
Method · 0.80
submit
Method · 0.80
abort_submission
Function · 0.80
for_each_explicit_operation
Function · 0.80
BOOST_AUTO_TEST_CASE
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected