We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e411c3d commit 248c362Copy full SHA for 248c362
reference/execution/execution/into_variant.md
@@ -94,8 +94,8 @@ namespace std::execution {
94
#include <tuple>
95
#include <print>
96
#include <variant>
97
-#include <stdexec/execution.hpp>
98
-namespace ex = stdexec;
+#include <execution>
+namespace ex = std::execution;
99
100
struct FizzBuzzSender {
101
using sender_concept = ex::sender_t;
@@ -158,6 +158,7 @@ int main()
158
* ex::sender_t[link sender.md]
159
* ex::sender[link sender.md]
160
* ex::completion_signatures[link completion_signatures.md]
161
+* ex::operation_state[link operation_state.md]
162
* ex::set_value_t[link set_value.md]
163
* ex::set_value[link set_value.md]
164
* ex::operation_state[link operation_state.md]
0 commit comments