MCPcopy 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

completeMethod · 0.45
receiverMethod · 0.45
submitMethod · 0.45
completeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected