MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / join

Method join

include/CobaltFusion/thread.h:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 }
26
27 void join()
28 {
29 if (joinable()) std::thread::join();
30 }
31
32 void detach()
33 {

Callers 6

~ActiveExecutorMethod · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
AbortMethod · 0.80
AbortMethod · 0.80
~ProcessMonitorMethod · 0.80
AbortMethod · 0.80

Calls

no outgoing calls

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64