Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CobaltFusion/DebugViewPP
/ detach
Method
detach
include/CobaltFusion/thread.h:32–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
void detach()
33
{
34
assert(!joinable() &&
"Cannot detach an unjoinable thread"
);
35
std::thread::detach();
36
}
37
38
id get_id() const
39
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected