Skip to content

Commit dfb3e22

Browse files
committed
[expr.await] Define 'suspend' as a term of power for coroutines
Many parts of the standard refer to whether a coroutine is suspended as if it were a term of power, but there is no \defn that defines it as such. Editorial review suggests this commit provides the best location to make the definition."
1 parent 2ab6288 commit dfb3e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/expressions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5419,7 +5419,7 @@
54195419
\indextext{\idxcode{co_await}}%
54205420

54215421
\pnum
5422-
The \keyword{co_await} expression is used to suspend evaluation of a
5422+
The \keyword{co_await} expression is used to \defnx{suspend}{suspend a coroutine} evaluation of a
54235423
coroutine\iref{dcl.fct.def.coroutine} while awaiting completion of
54245424
the computation represented by the operand expression.
54255425
Suspending the evaluation of a coroutine

0 commit comments

Comments
 (0)