Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ receiver
Method
receiver
include/exec/linux/io_uring_context.hpp:1079–1082 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1077
_Receiver __rcvr_;
1078
1079
auto receiver() & noexcept -> _Receiver&
1080
{
1081
return __rcvr_;
1082
}
1083
1084
auto receiver() && noexcept -> _Receiver&&
1085
{
Callers
5
io_uring_context.hpp
File · 0.45
complete
Method · 0.45
receiver
Method · 0.45
submit
Method · 0.45
complete
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected