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

Method dummy_executor

test/source/tests/runtime_tests.cpp:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 bool shutdown_requested_flag = false;
15
16 dummy_executor(const char* name, int, float) : executor(name) {}
17
18 void enqueue(concurrencpp::task) override {}
19 void enqueue(std::span<concurrencpp::task>) override {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected