diff --git a/execution.html b/execution.html index e40a7e4..8ca2a36 100644 --- a/execution.html +++ b/execution.html @@ -2386,7 +2386,7 @@

P2300R9
std::execution

-

Published Proposal,

+

Published Proposal,

Authors: @@ -3899,7 +3899,7 @@

< allocations and indirections in the generated code.

In a suite of generic async algorithms that are expected to be callable from hot code paths, the extra allocations and indirections are a deal-breaker. It is for -these reasons that we consider coroutines a poor choise for a basis of all +these reasons that we consider coroutines a poor choice for a basis of all standard async.

1.9.3. Callbacks

Callbacks are the oldest, simplest, most powerful, and most efficient mechanism