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

Class CRCPP_API

include/concurrencpp/task.h:181–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179
180namespace concurrencpp {
181 class CRCPP_API task {
182
183 private:
184 alignas(std::max_align_t) std::byte m_buffer[details::task_constants::buffer_size];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected