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

Method start

include/exec/libdispatch_queue.hpp:515–518  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

513 {}
514
515 void start() & noexcept
516 {
517 STDEXEC::start(inner_op_);
518 }
519
520 shared_state shared_state_;
521 inner_op_state inner_op_;

Callers

nothing calls this directly

Calls 1

startFunction · 0.70

Tested by

no test coverage detected