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

Method set_error

include/exec/when_any.hpp:169–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167
168 template <class _Error>
169 void set_error(_Error&& __err) noexcept
170 {
171 __op_->notify(set_error_t(), static_cast<_Error&&>(__err));
172 }
173
174 void set_stopped() noexcept
175 {

Callers

nothing calls this directly

Calls 2

set_error_tClass · 0.50
notifyMethod · 0.45

Tested by

no test coverage detected