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