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

Class CRCPP_API

include/concurrencpp/executors/thread_pool_executor.h:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42namespace concurrencpp {
43 class CRCPP_API alignas(CRCPP_CACHE_LINE_ALIGNMENT) thread_pool_executor final : public derivable_executor<thread_pool_executor> {
44
45 friend class details::thread_pool_worker;
46

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected