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

Method set_stopped

include/exec/detail/shared.hpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99
100 STDEXEC_ATTRIBUTE(always_inline)
101 constexpr void set_stopped() noexcept
102 {
103 __sh_state_->__complete(set_stopped_t());
104 }
105
106 [[nodiscard]]
107 constexpr auto get_env() const noexcept -> __env_t<_Env> const &

Callers

nothing calls this directly

Calls 2

set_stopped_tClass · 0.50
__completeMethod · 0.45

Tested by

no test coverage detected