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

Method start

include/exec/sequence/merge.hpp:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 {}
117
118 void start() & noexcept
119 {
120 STDEXEC::start(__op_result_);
121 }
122
123 connect_result_t<result_sender_t<_Receiver>, __result_receiver<_Receiver>> __op_result_;
124 };

Callers

nothing calls this directly

Calls 1

startFunction · 0.70

Tested by

no test coverage detected