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