| 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 {} |
nothing calls this directly
no outgoing calls
no test coverage detected