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

Callers 2

CO_TEST_CASEFunction · 0.80
~threadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected