Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/kvrocks
/ ThreadDetach
Function
ThreadDetach
src/common/thread_util.cc:91–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
Status ThreadJoin(std::thread &t) { return ThreadOperationImpl<&std::thread::join>(t,
"join"
); }
90
91
Status ThreadDetach(std::thread &t) { return ThreadOperationImpl<&std::thread::detach>(t,
"detach"
); }
92
93
} // namespace util
Callers
2
Execute
Method · 0.85
Execute
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected