MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / Cancel

Method Cancel

CobaltFusion/ExecutorClient.cpp:51–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void GuiExecutorClient::Cancel()
52{
53 // there is currently no way to know what Async, After or At-call belong to this client
54 // and we cannot just store ScheduledCall objects, because the list would only grow
55 throw std::exception("not implemented");
56}
57
58ActiveExecutorClient::ActiveExecutorClient()
59 : m_executor(std::make_unique<ActiveExecutor>())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected