MCPcopy Create free account
hub / github.com/cinder/Cinder / join

Method join

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

replaceSemiSeparatedListFunction · 0.45
appendSemiSeparatedListFunction · 0.45
cleanupMswLibDirFunction · 0.45
copy_filesFunction · 0.45
~FlickrTestMTAppMethod · 0.45
~PhotoFetcherMethod · 0.45
cleanupMethod · 0.45
cleanupMethod · 0.45

Calls

no outgoing calls

Tested by 15

~FlickrTestMTAppMethod · 0.36
testThreadSafetyMethod · 0.36
testPerformanceMethod · 0.36
get_spec_testsFunction · 0.36
test_find_fileMethod · 0.36
test_find_objectMethod · 0.36
get_doctestsFunction · 0.36