mirror of
https://github.com/Cysharp/UniTask.git
synced 2026-05-15 11:30:09 +00:00
deploy: d935b226c0
This commit is contained in:
@@ -110,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_">Awaiter(SynchronizationContext, Boolean)</a>
|
||||
<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>
|
||||
</td>
|
||||
<td class="markdown level1 summary"></td>
|
||||
</tr>
|
||||
@@ -175,12 +175,12 @@
|
||||
</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_" data-uid="Cysharp.Threading.Tasks.ReturnToSynchronizationContext.Awaiter.#ctor(SynchronizationContext,System.Boolean)">Awaiter(SynchronizationContext, Boolean)</h4>
|
||||
<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>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Awaiter(SynchronizationContext synchronizationContext, bool dontPostWhenSameContext)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public Awaiter(SynchronizationContext synchronizationContext, bool dontPostWhenSameContext, CancellationToken cancellationToken)</code></pre>
|
||||
</div>
|
||||
|
||||
<section>
|
||||
@@ -190,6 +190,8 @@
|
||||
<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>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user