Skip to content

Commit

Permalink
Publish: Merge pull request #238 from Brian-M-J/typo-fix
Browse files Browse the repository at this point in the history
Fix typo in execution.bs be36fbf
  • Loading branch information
ericniebler committed May 25, 2024
1 parent 47a5100 commit dd5d233
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions execution.html
Original file line number Diff line number Diff line change
Expand Up @@ -2386,7 +2386,7 @@
<div class="head">
<p data-fill-with="logo"></p>
<h1 class="p-name no-ref" id="title">P2300R9<br><code class="highlight"><c- n>std</c-><c- o>::</c-><c- n>execution</c-></code></h1>
<h2 class="no-num no-toc no-ref heading settled" id="profile-and-date"><span class="content">Published Proposal, <time class="dt-updated" datetime="2024-05-21">2024-05-21</time></span></h2>
<h2 class="no-num no-toc no-ref heading settled" id="profile-and-date"><span class="content">Published Proposal, <time class="dt-updated" datetime="2024-05-25">2024-05-25</time></span></h2>
<div data-fill-with="spec-metadata">
<dl>
<dt class="editor">Authors:
Expand Down Expand Up @@ -3899,7 +3899,7 @@ <h4 class="heading settled" data-level="1.9.2" id="intro-prior-art-coroutines"><
allocations and indirections in the generated code.</p>
<p>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.</p>
<h4 class="heading settled" data-level="1.9.3" id="intro-prior-art-callbacks"><span class="secno">1.9.3. </span><span class="content">Callbacks</span><a class="self-link" href="#intro-prior-art-callbacks"></a></h4>
<p>Callbacks are the oldest, simplest, most powerful, and most efficient mechanism
Expand Down

0 comments on commit dd5d233

Please sign in to comment.