mirror of
https://github.com/Cysharp/UniTask.git
synced 2026-05-15 03:20:16 +00:00
deploy: 8a10f2191f
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -109,7 +110,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<a class="xref" href="Cysharp.Threading.Tasks.ReturnToSynchronizationContext.Awaiter.html#Cysharp_Threading_Tasks_ReturnToSynchronizationContext_Awaiter__ctor_SynchronizationContext_System_Boolean_CancellationToken_">Awaiter(SynchronizationContext, Boolean, CancellationToken)</a>
|
||||
<a class="xref" href="Cysharp.Threading.Tasks.ReturnToSynchronizationContext.Awaiter.html#Cysharp_Threading_Tasks_ReturnToSynchronizationContext_Awaiter__ctor_System_Threading_SynchronizationContext_System_Boolean_System_Threading_CancellationToken_">Awaiter(SynchronizationContext, Boolean, CancellationToken)</a>
|
||||
</td>
|
||||
<td class="markdown level1 summary"></td>
|
||||
</tr>
|
||||
@@ -174,7 +175,7 @@
|
||||
</h3>
|
||||
<section>
|
||||
<a id="Cysharp_Threading_Tasks_ReturnToSynchronizationContext_Awaiter__ctor_" data-uid="Cysharp.Threading.Tasks.ReturnToSynchronizationContext.Awaiter.#ctor*"></a>
|
||||
<h4 id="Cysharp_Threading_Tasks_ReturnToSynchronizationContext_Awaiter__ctor_SynchronizationContext_System_Boolean_CancellationToken_" data-uid="Cysharp.Threading.Tasks.ReturnToSynchronizationContext.Awaiter.#ctor(SynchronizationContext,System.Boolean,CancellationToken)">Awaiter(SynchronizationContext, Boolean, CancellationToken)</h4>
|
||||
<h4 id="Cysharp_Threading_Tasks_ReturnToSynchronizationContext_Awaiter__ctor_System_Threading_SynchronizationContext_System_Boolean_System_Threading_CancellationToken_" data-uid="Cysharp.Threading.Tasks.ReturnToSynchronizationContext.Awaiter.#ctor(System.Threading.SynchronizationContext,System.Boolean,System.Threading.CancellationToken)">Awaiter(SynchronizationContext, Boolean, CancellationToken)</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
@@ -185,11 +186,11 @@
|
||||
<section>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<dl class="cysharpdocfx-valuedefinition">
|
||||
<dt><span class="parametername"><code>synchronizationContext</code></span> <span class="xref">SynchronizationContext</span></dt>
|
||||
<dt><span class="parametername"><code>synchronizationContext</code></span> <span class="xref">System.Threading.SynchronizationContext</span></dt>
|
||||
<dd></dd>
|
||||
<dt><span class="parametername"><code>dontPostWhenSameContext</code></span> <span class="xref">System.Boolean</span></dt>
|
||||
<dd></dd>
|
||||
<dt><span class="parametername"><code>cancellationToken</code></span> <span class="xref">CancellationToken</span></dt>
|
||||
<dt><span class="parametername"><code>cancellationToken</code></span> <span class="xref">System.Threading.CancellationToken</span></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
</section>
|
||||
@@ -356,7 +357,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>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user