Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ finish
Method
finish
deps/memkind/src/test/performance/framework.cpp:126–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
124
#endif
125
126
void Worker::finish()
127
{
128
if (m_thread != nullptr) {
129
m_thread->join();
130
delete m_thread;
131
}
132
}
133
134
void Worker::work()
135
{
Callers
1
runIteration
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected