MCPcopy 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

89Status ThreadJoin(std::thread &t) { return ThreadOperationImpl<&std::thread::join>(t, "join"); }
90
91Status ThreadDetach(std::thread &t) { return ThreadOperationImpl<&std::thread::detach>(t, "detach"); }
92
93} // namespace util

Callers 2

ExecuteMethod · 0.85
ExecuteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected