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

Method Cleanup

examples/spsc.cpp:171–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169 }
170
171 void Cleanup(CppBenchmark::ContextPC& context) override
172 {
173 _queue.reset();
174 }
175
176 void RunProducer(CppBenchmark::ContextPC& context) override
177 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected