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

Method enqueue

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

Source from the content-addressed store, hash-verified

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 {}
20
21 int max_concurrency_level() const noexcept override {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected