Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/cobalt
/ joinable
Method
joinable
src/thread.cpp:95–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
94
void thread::join() {thread_.join();}
95
bool thread::joinable() const {return thread_.joinable();}
96
void thread::detach()
97
{
98
thread_.detach();
Callers
2
CO_TEST_CASE
Function · 0.80
~thread
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected