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

Method set_stopped

include/exec/async_scope.hpp:197–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195 }
196
197 constexpr void set_stopped() noexcept
198 {
199 auto __scope = __opstate_->__scope_;
200 STDEXEC::set_stopped(std::move(__opstate_->__rcvr_));
201 // do not access __op_
202 // do not access this
203 __complete(__scope);
204 }
205
206 constexpr auto get_env() const noexcept -> __env_t<env_of_t<_Receiver>>
207 {

Callers

nothing calls this directly

Calls 1

set_stoppedFunction · 0.70

Tested by

no test coverage detected