Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chronoxor/CppBenchmark
/ Cleanup
Method
Cleanup
examples/mpsc.cpp:89–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
void Cleanup(CppBenchmark::ContextPC& context) override
90
{
91
_queue.reset();
92
}
93
94
void RunProducer(CppBenchmark::ContextPC& context) override
95
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected