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

Function bulk_enqueue

include/exec/thread_pool_base.hpp:536–542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

534 }
535
536 void bulk_enqueue(_pool_::task_base* task, std::uint32_t n_threads) noexcept
537 {
538 for (std::uint32_t tid = 0; tid < n_threads; ++tid)
539 {
540 this->enqueue(task, tid);
541 }
542 }
543 };
544
545 namespace _pool_

Callers

nothing calls this directly

Calls 1

enqueueMethod · 0.45

Tested by

no test coverage detected