Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ set_value
Method
set_value
include/exec/repeat_n.hpp:71–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
using receiver_concept = STDEXEC::receiver_tag;
70
71
constexpr void set_value() noexcept
72
{
73
__state_->__repeat();
74
}
75
76
template <class _Error>
77
constexpr void set_error(_Error &&__err) noexcept
Callers
nothing calls this directly
Calls
1
__repeat
Method · 0.45
Tested by
no test coverage detected