MCPcopy Create free account
hub / github.com/chronoxor/CppBenchmark / Cleanup

Method Cleanup

examples/spsc.cpp:215–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213 }
214
215 void Cleanup(CppBenchmark::ContextPC& context) override
216 {
217 _queue.reset();
218 }
219
220 void RunProducer(CppBenchmark::ContextPC& context) override
221 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected