Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chronoxor/CppBenchmark
/ Cleanup
Method
Cleanup
examples/mpsc.cpp:130–133 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
}
129
130
void Cleanup(CppBenchmark::ContextPC& context) override
131
{
132
_queue.reset();
133
}
134
135
void RunProducer(CppBenchmark::ContextPC& context) override
136
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected