diff --git a/execution.html b/execution.html index 40044a5..9897d8b 100644 --- a/execution.html +++ b/execution.html @@ -2386,7 +2386,7 @@
std :: execution
run_loop
[exec.run.loop]
+ 34.11.1 execution :: run_loop
[exec.run.loop]
The name
denotes a pipeable sender adaptor object. For subexpressions
and
, if
does not satisfy
, or
does not satisfy
,
is ill-formed.
-If
is a pipeable sender adaptor closure object,
is
-ambiguous with the partial application of the overload described below.
The name
denotes a pipeable sender adaptor object. For subexpressions
and
,
is ill-formed if any of the following
+are true
:
If
does not satisfy
, or
If
does not satisfy
and
is not
+ a pipeable sender adaptor closure object ([exec.adapt.objects]), or
If
satisfies
and
is also
+ a pipeable sender adaptor closure object.
Otherwise, the expression
is expression-equivalent to:
Otherwise, if
satisfies
, the expression
is expression-equivalent to:
transform_sender ( query - or - default ( get_domain , sch , default_domain ()), make - sender ( on , sch , sndr )) @@ -11122,7 +11134,7 @@34.11. Execution contexts [exec.ctx]
run_loop
[exec.run.loop]execution :: run_loop
[exec.run.loop]A
is an execution resource on which work can be scheduled. It
@@ -11424,7 +11436,7 @@
true
, where A
is the type of the expression above.
Otherwise,
if
is true
, where
is an unspecified class type that
+
Otherwise,
if
is true
, where
is an unspecified class type that
is not
and that lacks a member named
.
awaitable - sender < Expr , Promise >
is true
.
Otherwise,
.
Otherwise,
.
except that the evaluations of
and
are indeterminately sequenced.