diff --git a/execution.html b/execution.html index e40a7e4..8ca2a36 100644 --- a/execution.html +++ b/execution.html @@ -2386,7 +2386,7 @@
std :: execution
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.
Callbacks are the oldest, simplest, most powerful, and most efficient mechanism