This commit is contained in:
neuecc
2021-02-08 02:23:53 +00:00
parent 80bba8f6ee
commit 27ba51093e
15 changed files with 105 additions and 65 deletions

View File

@@ -82,13 +82,14 @@
<div class="markdown level0 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public struct Awaiter : ICriticalNotifyCompletion</code></pre>
<pre><code class="lang-csharp hljs">public struct Awaiter : ICriticalNotifyCompletion, INotifyCompletion</code></pre>
</div>
<div classs="implements">
<h5>Implements</h5>
<div><span class="xref">ICriticalNotifyCompletion</span></div>
<div><span class="xref">System.Runtime.CompilerServices.ICriticalNotifyCompletion</span></div>
<div><span class="xref">System.Runtime.CompilerServices.INotifyCompletion</span></div>
</div>
@@ -318,7 +319,10 @@
<h3 id="implements">Implements</h3>
<div>
<span class="xref">ICriticalNotifyCompletion</span>
<span class="xref">System.Runtime.CompilerServices.ICriticalNotifyCompletion</span>
</div>
<div>
<span class="xref">System.Runtime.CompilerServices.INotifyCompletion</span>
</div>