MCPcopy Create free account
hub / github.com/David-Haim/concurrencpp / execute_destroy

Method execute_destroy

source/task.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 }
37
38 void execute_destroy() noexcept {
39 auto coro_handle = std::exchange(m_coro_handle, {});
40 coro_handle();
41 }
42
43 void operator()() noexcept {
44 execute_destroy();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected