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

Method get_env

include/exec/when_any.hpp:156–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154 {}
155
156 auto get_env() const noexcept -> __env_t<env_of_t<_Receiver>>
157 {
158 auto __token = prop{get_stop_token, __op_->__stop_source_.get_token()};
159 return __env::__join(std::move(__token), STDEXEC::get_env(__op_->__rcvr_));
160 }
161
162 template <class... _Args>
163 void set_value(_Args&&... __args) noexcept

Callers

nothing calls this directly

Calls 2

get_envFunction · 0.70
get_tokenMethod · 0.45

Tested by

no test coverage detected