MCPcopy 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_implMethod · 0.85
loop_until_implMethod · 0.85
enqueue_implMethod · 0.85
drain_queue_implMethod · 0.85
drain_queue_implMethod · 0.85
enqueueMethod · 0.85
enqueueMethod · 0.85
test_async_cv_awaitFunction · 0.85

Calls 1

buildFunction · 0.70