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

Method set_stopped

include/exec/start_now.hpp:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 constexpr void set_error(_Error&&) noexcept = delete;
109
110 constexpr void set_stopped() noexcept
111 {
112 __stg_->__complete();
113 }
114
115 // Forward all receiever queries.
116 constexpr auto get_env() const noexcept -> decltype(auto)

Callers

nothing calls this directly

Calls 1

__completeMethod · 0.45

Tested by

no test coverage detected