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

Method set_value

include/exec/when_any.hpp:163–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161
162 template <class... _Args>
163 void set_value(_Args&&... __args) noexcept
164 {
165 __op_->notify(set_value_t(), static_cast<_Args&&>(__args)...);
166 }
167
168 template <class _Error>
169 void set_error(_Error&& __err) noexcept

Callers

nothing calls this directly

Calls 2

set_value_tClass · 0.50
notifyMethod · 0.45

Tested by

no test coverage detected