Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ start
Method
start
test/exec/test_any_sender.cpp:674–677 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
672
R recv_;
673
674
void start() & noexcept
675
{
676
ex::set_value(static_cast<R &&>(recv_));
677
}
678
};
679
680
struct sender
Callers
nothing calls this directly
Calls
1
set_value
Function · 0.85
Tested by
no test coverage detected