Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ set_error
Method
set_error
test/exec/test_any_sender.cpp:77–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
void set_error(std::exception_ptr e) noexcept
78
{
79
value_ = e;
80
}
81
82
void set_stopped() noexcept
83
{
Callers
1
test_any_sender.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected