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

Method Cleanup

examples/spsc.cpp:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 }
87
88 void Cleanup(CppBenchmark::ContextPC& context) override
89 {
90 _queue.reset();
91 }
92
93 void RunProducer(CppBenchmark::ContextPC& context) override
94 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected