MCPcopy Create free account
hub / github.com/NVIDIA/stdexec / set_value

Function set_value

include/exec/asio/completion_token.hpp:134–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132
133 template <typename Signatures, typename Receiver, typename... Args>
134 constexpr void set_value(Receiver&& r, Args&&... args)
135 {
136 using tuple = decltype(std::declval<overload_set<Signatures>>()(std::declval<Args>()...));
137 completion_token::set_value_impl<tuple>(static_cast<Receiver&&>(r),
138 std::make_index_sequence<std::tuple_size_v<tuple>>{},
139 static_cast<Args&&>(args)...);
140 }
141
142 template <typename Signature>
143 struct signature;

Callers 15

startMethod · 0.85
set_valueMethod · 0.85
startMethod · 0.85
startMethod · 0.85
test_create.cppFile · 0.85
startMethod · 0.85
startMethod · 0.85
startMethod · 0.85
set_valueMethod · 0.85
set_stoppedMethod · 0.85

Calls

no outgoing calls

Tested by 15

startMethod · 0.68
set_valueMethod · 0.68
startMethod · 0.68
startMethod · 0.68
startMethod · 0.68
startMethod · 0.68
startMethod · 0.68
set_valueMethod · 0.68
set_stoppedMethod · 0.68
set_errorMethod · 0.68
set_valueMethod · 0.68
set_stoppedMethod · 0.68