mirror of
https://github.com/Cysharp/UniTask.git
synced 2026-05-15 11:30:09 +00:00
deploy: 8a10f2191f
This commit is contained in:
@@ -130,7 +130,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<a class="xref" href="Cysharp.Threading.Tasks.IReadOnlyAsyncReactiveProperty-1.html#Cysharp_Threading_Tasks_IReadOnlyAsyncReactiveProperty_1_WaitAsync_CancellationToken_">WaitAsync(CancellationToken)</a>
|
||||
<a class="xref" href="Cysharp.Threading.Tasks.IReadOnlyAsyncReactiveProperty-1.html#Cysharp_Threading_Tasks_IReadOnlyAsyncReactiveProperty_1_WaitAsync_System_Threading_CancellationToken_">WaitAsync(CancellationToken)</a>
|
||||
</td>
|
||||
<td class="markdown level1 summary"></td>
|
||||
</tr>
|
||||
@@ -179,18 +179,18 @@
|
||||
</h3>
|
||||
<section>
|
||||
<a id="Cysharp_Threading_Tasks_IReadOnlyAsyncReactiveProperty_1_WaitAsync_" data-uid="Cysharp.Threading.Tasks.IReadOnlyAsyncReactiveProperty`1.WaitAsync*"></a>
|
||||
<h4 id="Cysharp_Threading_Tasks_IReadOnlyAsyncReactiveProperty_1_WaitAsync_CancellationToken_" data-uid="Cysharp.Threading.Tasks.IReadOnlyAsyncReactiveProperty`1.WaitAsync(CancellationToken)">WaitAsync(CancellationToken)</h4>
|
||||
<h4 id="Cysharp_Threading_Tasks_IReadOnlyAsyncReactiveProperty_1_WaitAsync_System_Threading_CancellationToken_" data-uid="Cysharp.Threading.Tasks.IReadOnlyAsyncReactiveProperty`1.WaitAsync(System.Threading.CancellationToken)">WaitAsync(CancellationToken)</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">UniTask<T> WaitAsync(CancellationToken cancellationToken = null)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">UniTask<T> WaitAsync(CancellationToken cancellationToken = default(CancellationToken))</code></pre>
|
||||
</div>
|
||||
|
||||
<section>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<dl class="cysharpdocfx-valuedefinition">
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user