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

Method ~task

source/task.cpp:94–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94task::~task() noexcept {
95 clear();
96}
97
98void task::operator()() {
99 const auto vtable = std::exchange(m_vtable, nullptr);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected