Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ set_value
Method
set_value
include/exec/sequence/iterate.hpp:104–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
using receiver_concept = STDEXEC::receiver_tag;
103
104
constexpr void set_value() noexcept
105
{
106
__op_->__start_next();
107
}
108
109
constexpr void set_stopped() noexcept
110
{
Callers
nothing calls this directly
Calls
1
__start_next
Method · 0.45
Tested by
no test coverage detected