MCPcopy 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
85void dag_node::cancel() {
86 mark_virtually_submitted();
87 this->_is_complete = true;
88 this->_is_cancelled = true;
89}
90
91void dag_node::assign_to_executor(backend_executor *ctx)
92{

Callers 5

submit_directlyMethod · 0.80
submitMethod · 0.80
abort_submissionFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected