Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ set_value
Method
set_value
test/exec/sequence/test_iterate.cpp:42–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
41
template <class... As>
42
void set_value(int x) noexcept
43
{
44
*sum_ += x;
45
STDEXEC::set_value(static_cast<Receiver&&>(rcvr));
46
}
47
48
void set_stopped() noexcept
49
{
Callers
nothing calls this directly
Calls
1
set_value
Function · 0.85
Tested by
no test coverage detected