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

Class executor_enqueue_exception

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

Source from the content-addressed store, hash-verified

5
6namespace concurrencpp::tests {
7 struct executor_enqueue_exception {};
8
9 struct throwing_executor : public concurrencpp::executor {
10 throwing_executor() : executor("throwing_executor") {}

Callers 1

enqueueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected