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

Method enqueue

include/exec/thread_pool_base.hpp:295–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293 using shared_state = bulk_shared_state<CvSender, Receiver, Shape, Fun, MayThrow>;
294
295 void enqueue() noexcept
296 {
297 shared_state_.pool_.bulk_enqueue(&shared_state_, shared_state_.num_agents_required());
298 }
299
300 template <class... As>
301 void set_value(As&&... as) noexcept

Callers

nothing calls this directly

Calls 2

bulk_enqueueMethod · 0.80
num_agents_requiredMethod · 0.80

Tested by

no test coverage detected