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

Method start

include/exec/create.hpp:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 using __state_t = __if_c<__std::same_as<__result_t, void>, __void, std::optional<__result_t>>;
49
50 void start() & noexcept
51 {
52 __state_.emplace(
53 __emplace_from{[&]() noexcept { return static_cast<_Fun&&>(__fun_)(__ctx_); }});
54 }
55
56 STDEXEC_IMMOVABLE_NO_UNIQUE_ADDRESS
57 __context_t __ctx_;

Callers

nothing calls this directly

Calls 1

emplaceMethod · 0.45

Tested by

no test coverage detected