Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ start
Method
start
test/stdexec/cpos/test_cpo_connect.cpp:37–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
R recv_;
36
37
void start() & noexcept
38
{
39
ex::set_value(static_cast<R&&>(recv_), static_cast<int>(val_));
40
}
41
};
42
43
struct my_sender
Callers
nothing calls this directly
Calls
1
set_value
Function · 0.85
Tested by
no test coverage detected