Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
void thread::join() {
39
m_thread.join();
40
}
41
42
size_t thread::hardware_concurrency() noexcept {
43
const auto hc = std::thread::hardware_concurrency();
Callers
15
main
Function · 0.80
main
Function · 0.80
shutdown
Method · 0.80
retire_worker
Method · 0.80
shutdown
Method · 0.80
ensure_worker_active
Method · 0.80
shutdown
Method · 0.80
add_timer
Method · 0.80
shutdown
Method · 0.80
test_manual_executor_loop_once_for
Method · 0.80
test_manual_executor_loop_once_until
Method · 0.80
test_manual_executor_loop_for
Method · 0.80
Calls
no outgoing calls
Tested by
15
test_manual_executor_loop_once_for
Method · 0.64
test_manual_executor_loop_once_until
Method · 0.64
test_manual_executor_loop_for
Method · 0.64
test_manual_executor_loop_until
Method · 0.64
test_manual_executor_wait_for_task
Method · 0.64
test_manual_executor_wait_for_task_for
Method · 0.64
test_manual_executor_wait_for_task_until
Method · 0.64
test_manual_executor_wait_for_tasks
Method · 0.64
test_manual_executor_wait_for_tasks_for
Method · 0.64
test_manual_executor_wait_for_tasks_until
Method · 0.64
test_result_promise_set_value_impl
Method · 0.64
test_result_promise_set_exception_impl
Method · 0.64