Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/David-Haim/concurrencpp
/ task
Method
task
source/task.cpp:84–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
task::task() noexcept : m_buffer(), m_vtable(nullptr) {}
85
86
task::task(task&& rhs) noexcept {
87
build(std::move(rhs));
Callers
nothing calls this directly
Calls
1
build
Function · 0.50
Tested by
no test coverage detected