Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
94
task::~task() noexcept {
95
clear();
96
}
97
98
void 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