MCPcopy Create free account
hub / github.com/David-Haim/concurrencpp / join

Method join

source/threads/thread.cpp:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void thread::join() {
39 m_thread.join();
40}
41
42size_t thread::hardware_concurrency() noexcept {
43 const auto hc = std::thread::hardware_concurrency();

Callers 15

mainFunction · 0.80
mainFunction · 0.80
shutdownMethod · 0.80
retire_workerMethod · 0.80
shutdownMethod · 0.80
ensure_worker_activeMethod · 0.80
shutdownMethod · 0.80
add_timerMethod · 0.80
shutdownMethod · 0.80

Calls

no outgoing calls