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

Method enqueue

include/exec/thread_pool_base.hpp:579–582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

577 }
578
579 void enqueue() noexcept
580 {
581 pool_.enqueue(this);
582 }
583
584 void start() & noexcept
585 {

Callers 2

bulk_enqueueFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected