MCPcopy 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
84task::task() noexcept : m_buffer(), m_vtable(nullptr) {}
85
86task::task(task&& rhs) noexcept {
87 build(std::move(rhs));

Callers

nothing calls this directly

Calls 1

buildFunction · 0.50

Tested by

no test coverage detected