Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ start
Method
start
test/stdexec/algos/adaptors/test_upon_error.cpp:74–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
R recv_;
73
74
void start() & noexcept
75
{
76
ex::set_value(static_cast<R&&>(recv_), 0);
77
}
78
};
79
80
struct Error1
Callers
nothing calls this directly
Calls
1
set_value
Function · 0.85
Tested by
no test coverage detected