MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / join

Method join

3rd/asio-1.24.0/include/asio/thread.hpp:79–82  ·  view source on GitHub ↗

Wait for the thread to exit. * This function will block until the thread has exited. * * If this function is not called before the thread object is destroyed, the * thread itself will continue to run until completion. You will, however, * no longer have the ability to wait for it to exit. */

Source from the content-addressed store, hash-verified

77 * no longer have the ability to wait for it to exit.
78 */
79 void join()
80 {
81 impl_.join();
82 }
83
84private:
85 detail::thread impl_;

Callers 15

RunAndVerifyMethod · 0.45
RunAndVerifyMethod · 0.45
testOutputMethod · 0.45
RunAndReturnOutputFunction · 0.45
testDefaultOutputFileMethod · 0.45
_GetJsonOutputMethod · 0.45
setUpMethod · 0.45
DeleteFilesAndDirMethod · 0.45
_TestOutFileMethod · 0.45

Calls

no outgoing calls

Tested by 15

RunAndVerifyMethod · 0.36
RunAndVerifyMethod · 0.36
testOutputMethod · 0.36
RunAndReturnOutputFunction · 0.36
testDefaultOutputFileMethod · 0.36
_GetJsonOutputMethod · 0.36
setUpMethod · 0.36
DeleteFilesAndDirMethod · 0.36
_TestOutFileMethod · 0.36
setUpMethod · 0.36
DeleteFilesAndDirMethod · 0.36