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

Function set_stopped

include/exec/async_scope.hpp:601–607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

599 }
600
601 constexpr void set_stopped() noexcept
602 {
603 auto& __state = *__state_;
604 std::unique_lock __guard{__state.__mutex_};
605 __save_completion(set_stopped_t());
606 __dispatch_result_(__guard);
607 }
608
609 constexpr auto get_env() const noexcept -> __env_t<_Env> const &
610 {

Callers 2

set_stoppedMethod · 0.70
__complete_Method · 0.70

Calls 1

set_stopped_tClass · 0.50

Tested by

no test coverage detected