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

Class CRCPP_API

include/concurrencpp/executors/derivable_executor.h:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7namespace concurrencpp {
8 template<class concrete_executor_type>
9 struct CRCPP_API derivable_executor : public executor {
10
11 derivable_executor(std::string_view name) : executor(name) {}
12

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected