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

Method __env_from

include/exec/sequence/merge_each.hpp:140–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138 }
139
140 static auto __env_from(__nested_stop* __self, __env_t&& __env) noexcept -> __env_result_t
141 {
142 return __env_with_inplace_stop_token(__self->__stop_source_, static_cast<__env_t&&>(__env));
143 }
144 auto env_from(__env_t&& __env) noexcept
145 {
146 return __env_from(this, static_cast<__env_t&&>(__env));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected