Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ set_error
Method
set_error
test/exec/sequence/test_iterate.cpp:54–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
53
template <class E>
54
void set_error(E&&) noexcept
55
{
56
STDEXEC::set_value(static_cast<Receiver&&>(rcvr));
57
}
58
};
59
60
template <class Item>
Callers
nothing calls this directly
Calls
1
set_value
Function · 0.85
Tested by
no test coverage detected