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

Function ~executor

include/concurrencpp/executors/executor.h:116–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 executor(std::string_view name) : name(name) {}
115
116 virtual ~executor() noexcept = default;
117
118 const std::string name;
119

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected