Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
bool thread::joinable() const noexcept {
35
return m_thread.joinable();
36
}
37
38
void thread::join() {
39
m_thread.join();
Callers
8
enqueue_foreign
Method · 0.80
shutdown
Method · 0.80
~thread_pool_worker
Method · 0.80
ensure_worker_active
Method · 0.80
shutdown
Method · 0.80
~timer_queue
Method · 0.80
add_timer
Method · 0.80
shutdown
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected