Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/David-Haim/concurrencpp
/ thread
Function
thread
include/concurrencpp/threads/thread.h:20–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
public:
19
thread() noexcept = default;
20
thread(thread&&) noexcept = default;
21
22
template<class callable_type>
23
thread(std::string name,
Callers
15
enqueue_impl
Method · 0.85
make_os_worker_thread
Method · 0.85
ensure_worker_active
Method · 0.85
ensure_worker_thread
Method · 0.85
test_executor_post
Function · 0.85
test_executor_submit
Function · 0.85
test_executor_bulk_post
Function · 0.85
test_executor_bulk_submit
Function · 0.85
test_manual_executor_wait_for_task
Function · 0.85
test_manual_executor_wait_for_task_for
Function · 0.85
test_manual_executor_wait_for_tasks
Function · 0.85
test_manual_executor_wait_for_tasks_for
Function · 0.85
Calls
no outgoing calls
Tested by
14
test_executor_post
Function · 0.68
test_executor_submit
Function · 0.68
test_executor_bulk_post
Function · 0.68
test_executor_bulk_submit
Function · 0.68
test_manual_executor_wait_for_task
Function · 0.68
test_manual_executor_wait_for_task_for
Function · 0.68
test_manual_executor_wait_for_tasks
Function · 0.68
test_manual_executor_wait_for_tasks_for
Function · 0.68
test_manual_executor_loop_once
Function · 0.68
test_manual_executor_loop_once_for
Function · 0.68
test_manual_executor_loop
Function · 0.68
test_manual_executor_loop_for
Function · 0.68