Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/David-Haim/concurrencpp
/ task
Function
task
include/concurrencpp/task.h:211–213 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
209
210
template<class callable_type>
211
task(callable_type&& callable) {
212
build(std::forward<callable_type>(callable));
213
}
214
215
~task() noexcept;
216
Callers
15
loop_impl
Method · 0.85
loop_until_impl
Method · 0.85
enqueue_impl
Method · 0.85
drain_queue_impl
Method · 0.85
drain_queue_impl
Method · 0.85
test_async_condition_variable_await
Method · 0.85
test_async_condition_variable_await_pred
Method · 0.85
test_async_condition_variable_notify_one
Method · 0.85
test_async_condition_variable_notify_all
Method · 0.85
enqueue
Method · 0.85
enqueue
Method · 0.85
test_async_cv_await
Function · 0.85
Calls
1
build
Function · 0.70
Tested by
8
test_async_condition_variable_await
Method · 0.68
test_async_condition_variable_await_pred
Method · 0.68
test_async_condition_variable_notify_one
Method · 0.68
test_async_condition_variable_notify_all
Method · 0.68
enqueue
Method · 0.68
enqueue
Method · 0.68
test_async_cv_await
Function · 0.68
test_async_cv_await_pred
Function · 0.68