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

Method enqueue

include/exec/libdispatch_queue.hpp:237–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235 }
236
237 void enqueue(task_base *op) const
238 {
239 queue.submit(op);
240 }
241
242 void start() & noexcept
243 {

Callers

nothing calls this directly

Calls 1

submitMethod · 0.45

Tested by

no test coverage detected