MCPcopy Create free account
hub / github.com/NVIDIA/stdexec / enqueue

Method enqueue

include/exec/taskflow/taskflow_thread_pool.hpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 friend struct exec::_pool_::opstate;
52
53 void enqueue(exec::_pool_::task_base* task, std::uint32_t tid = 0) noexcept
54 {
55 executor_.silent_async([task, tid] { task->execute_(task, /*tid=*/tid); });
56 }
57
58 tf::Executor executor_;
59 };

Callers

nothing calls this directly

Calls 1

execute_Method · 0.80

Tested by

no test coverage detected