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

Method joinable

source/threads/thread.cpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34bool thread::joinable() const noexcept {
35 return m_thread.joinable();
36}
37
38void thread::join() {
39 m_thread.join();

Callers 8

enqueue_foreignMethod · 0.80
shutdownMethod · 0.80
~thread_pool_workerMethod · 0.80
ensure_worker_activeMethod · 0.80
shutdownMethod · 0.80
~timer_queueMethod · 0.80
add_timerMethod · 0.80
shutdownMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected