MCPcopy 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
94void thread::join() {thread_.join();}
95bool thread::joinable() const {return thread_.joinable();}
96void thread::detach()
97{

Callers 7

mainFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
CO_TEST_CASEFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
~threadMethod · 0.80
await_resumeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected