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

Method enqueue

test/include/utils/throwing_executor.h:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 throwing_executor() : executor("throwing_executor") {}
11
12 void enqueue(concurrencpp::task) override {
13 throw executor_enqueue_exception();
14 }
15
16 void enqueue(std::span<concurrencpp::task>) override {
17 throw executor_enqueue_exception();

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected