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_any_sequence_of.cpp:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
40
template <class... As>
41
void set_value(As&&...) noexcept
42
{
43
STDEXEC::set_value(static_cast<Receiver&&>(rcvr));
44
}
45
46
void set_stopped() noexcept
47
{
Callers
nothing calls this directly
Calls
1
set_value
Function · 0.85
Tested by
no test coverage detected