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

Method start

include/exec/repeat_until.hpp:171–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169 }
170
171 constexpr void start() noexcept
172 {
173 STDEXEC::start(*__child_op_);
174 }
175
176 constexpr auto __connect() noexcept(__nothrow_connect) -> __child_op_t &
177 {

Callers

nothing calls this directly

Calls 1

startFunction · 0.70

Tested by

no test coverage detected