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

Method set_stopped

include/exec/materialize.hpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 constexpr void set_stopped() noexcept
54 {
55 STDEXEC::set_value(static_cast<_Receiver&&>(__upstream_), set_stopped_t());
56 }
57
58 [[nodiscard]]
59 constexpr auto get_env() const noexcept -> env_of_t<_Receiver>

Callers

nothing calls this directly

Calls 3

set_valueFunction · 0.85
set_stoppedFunction · 0.70
set_stopped_tClass · 0.50

Tested by

no test coverage detected