mirror of https://github.com/Cysharp/UniTask
deploy: 11ca42a527
parent
505f9c97b0
commit
df7f58c3be
|
@ -176,6 +176,12 @@
|
||||||
</td>
|
</td>
|
||||||
<td class="markdown level1 summary"></td>
|
<td class="markdown level1 summary"></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<a class="xref" href="Cysharp.Threading.Tasks.AsyncReactiveProperty-1.html#Cysharp_Threading_Tasks_AsyncReactiveProperty_1_WaitAsync_System_Threading_CancellationToken_">WaitAsync(CancellationToken)</a>
|
||||||
|
</td>
|
||||||
|
<td class="markdown level1 summary"></td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<a class="xref" href="Cysharp.Threading.Tasks.AsyncReactiveProperty-1.html#Cysharp_Threading_Tasks_AsyncReactiveProperty_1_WithoutCurrent">WithoutCurrent()</a>
|
<a class="xref" href="Cysharp.Threading.Tasks.AsyncReactiveProperty-1.html#Cysharp_Threading_Tasks_AsyncReactiveProperty_1_WithoutCurrent">WithoutCurrent()</a>
|
||||||
|
@ -360,6 +366,43 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<a id="Cysharp_Threading_Tasks_AsyncReactiveProperty_1_WaitAsync_" data-uid="Cysharp.Threading.Tasks.AsyncReactiveProperty`1.WaitAsync*"></a>
|
||||||
|
<h4 id="Cysharp_Threading_Tasks_AsyncReactiveProperty_1_WaitAsync_System_Threading_CancellationToken_" data-uid="Cysharp.Threading.Tasks.AsyncReactiveProperty`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">public 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">System.Threading.CancellationToken</span></dt>
|
||||||
|
<dd></dd>
|
||||||
|
</dl>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<h5 class="returns">Returns</h5>
|
||||||
|
<dl class="cysharpdocfx-valuedefinition">
|
||||||
|
<dt><a class="xref" href="Cysharp.Threading.Tasks.UniTask-1.html">UniTask</a><T></dt>
|
||||||
|
<dd></dd>
|
||||||
|
</dl>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
<a id="Cysharp_Threading_Tasks_AsyncReactiveProperty_1_WithoutCurrent_" data-uid="Cysharp.Threading.Tasks.AsyncReactiveProperty`1.WithoutCurrent*"></a>
|
<a id="Cysharp_Threading_Tasks_AsyncReactiveProperty_1_WithoutCurrent_" data-uid="Cysharp.Threading.Tasks.AsyncReactiveProperty`1.WithoutCurrent*"></a>
|
||||||
|
|
|
@ -128,6 +128,12 @@
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<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>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<a class="xref" href="Cysharp.Threading.Tasks.IReadOnlyAsyncReactiveProperty-1.html#Cysharp_Threading_Tasks_IReadOnlyAsyncReactiveProperty_1_WithoutCurrent">WithoutCurrent()</a>
|
<a class="xref" href="Cysharp.Threading.Tasks.IReadOnlyAsyncReactiveProperty-1.html#Cysharp_Threading_Tasks_IReadOnlyAsyncReactiveProperty_1_WithoutCurrent">WithoutCurrent()</a>
|
||||||
|
@ -172,6 +178,43 @@
|
||||||
<h3 id="methods">Methods
|
<h3 id="methods">Methods
|
||||||
</h3>
|
</h3>
|
||||||
<section>
|
<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_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 = 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">System.Threading.CancellationToken</span></dt>
|
||||||
|
<dd></dd>
|
||||||
|
</dl>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<h5 class="returns">Returns</h5>
|
||||||
|
<dl class="cysharpdocfx-valuedefinition">
|
||||||
|
<dt><a class="xref" href="Cysharp.Threading.Tasks.UniTask-1.html">UniTask</a><T></dt>
|
||||||
|
<dd></dd>
|
||||||
|
</dl>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
<a id="Cysharp_Threading_Tasks_IReadOnlyAsyncReactiveProperty_1_WithoutCurrent_" data-uid="Cysharp.Threading.Tasks.IReadOnlyAsyncReactiveProperty`1.WithoutCurrent*"></a>
|
<a id="Cysharp_Threading_Tasks_IReadOnlyAsyncReactiveProperty_1_WithoutCurrent_" data-uid="Cysharp.Threading.Tasks.IReadOnlyAsyncReactiveProperty`1.WithoutCurrent*"></a>
|
||||||
<h4 id="Cysharp_Threading_Tasks_IReadOnlyAsyncReactiveProperty_1_WithoutCurrent" data-uid="Cysharp.Threading.Tasks.IReadOnlyAsyncReactiveProperty`1.WithoutCurrent">WithoutCurrent()</h4>
|
<h4 id="Cysharp_Threading_Tasks_IReadOnlyAsyncReactiveProperty_1_WithoutCurrent" data-uid="Cysharp.Threading.Tasks.IReadOnlyAsyncReactiveProperty`1.WithoutCurrent">WithoutCurrent()</h4>
|
||||||
<div class="markdown level1 summary"></div>
|
<div class="markdown level1 summary"></div>
|
||||||
|
|
|
@ -181,6 +181,12 @@
|
||||||
</td>
|
</td>
|
||||||
<td class="markdown level1 summary"></td>
|
<td class="markdown level1 summary"></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<a class="xref" href="Cysharp.Threading.Tasks.ReadOnlyAsyncReactiveProperty-1.html#Cysharp_Threading_Tasks_ReadOnlyAsyncReactiveProperty_1_WaitAsync_System_Threading_CancellationToken_">WaitAsync(CancellationToken)</a>
|
||||||
|
</td>
|
||||||
|
<td class="markdown level1 summary"></td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<a class="xref" href="Cysharp.Threading.Tasks.ReadOnlyAsyncReactiveProperty-1.html#Cysharp_Threading_Tasks_ReadOnlyAsyncReactiveProperty_1_WithoutCurrent">WithoutCurrent()</a>
|
<a class="xref" href="Cysharp.Threading.Tasks.ReadOnlyAsyncReactiveProperty-1.html#Cysharp_Threading_Tasks_ReadOnlyAsyncReactiveProperty_1_WithoutCurrent">WithoutCurrent()</a>
|
||||||
|
@ -401,6 +407,43 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<a id="Cysharp_Threading_Tasks_ReadOnlyAsyncReactiveProperty_1_WaitAsync_" data-uid="Cysharp.Threading.Tasks.ReadOnlyAsyncReactiveProperty`1.WaitAsync*"></a>
|
||||||
|
<h4 id="Cysharp_Threading_Tasks_ReadOnlyAsyncReactiveProperty_1_WaitAsync_System_Threading_CancellationToken_" data-uid="Cysharp.Threading.Tasks.ReadOnlyAsyncReactiveProperty`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">public 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">System.Threading.CancellationToken</span></dt>
|
||||||
|
<dd></dd>
|
||||||
|
</dl>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<h5 class="returns">Returns</h5>
|
||||||
|
<dl class="cysharpdocfx-valuedefinition">
|
||||||
|
<dt><a class="xref" href="Cysharp.Threading.Tasks.UniTask-1.html">UniTask</a><T></dt>
|
||||||
|
<dd></dd>
|
||||||
|
</dl>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
<a id="Cysharp_Threading_Tasks_ReadOnlyAsyncReactiveProperty_1_WithoutCurrent_" data-uid="Cysharp.Threading.Tasks.ReadOnlyAsyncReactiveProperty`1.WithoutCurrent*"></a>
|
<a id="Cysharp_Threading_Tasks_ReadOnlyAsyncReactiveProperty_1_WithoutCurrent_" data-uid="Cysharp.Threading.Tasks.ReadOnlyAsyncReactiveProperty`1.WithoutCurrent*"></a>
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
"output": {
|
"output": {
|
||||||
".html": {
|
".html": {
|
||||||
"relative_path": "api/Cysharp.Threading.Tasks.AsyncReactiveProperty-1.html",
|
"relative_path": "api/Cysharp.Threading.Tasks.AsyncReactiveProperty-1.html",
|
||||||
"hash": "G423FxISTpCK4f5Sla4E6Q=="
|
"hash": "1FcDfBJJ/eE5oa+O4VkEpQ=="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"is_incremental": false,
|
"is_incremental": false,
|
||||||
|
@ -429,7 +429,7 @@
|
||||||
"output": {
|
"output": {
|
||||||
".html": {
|
".html": {
|
||||||
"relative_path": "api/Cysharp.Threading.Tasks.IReadOnlyAsyncReactiveProperty-1.html",
|
"relative_path": "api/Cysharp.Threading.Tasks.IReadOnlyAsyncReactiveProperty-1.html",
|
||||||
"hash": "kFxDOsocwRIiC4BbI+7Jlg=="
|
"hash": "eg6UWaTo8m0HGjruLQn0Hw=="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"is_incremental": false,
|
"is_incremental": false,
|
||||||
|
@ -645,7 +645,7 @@
|
||||||
"output": {
|
"output": {
|
||||||
".html": {
|
".html": {
|
||||||
"relative_path": "api/Cysharp.Threading.Tasks.ReadOnlyAsyncReactiveProperty-1.html",
|
"relative_path": "api/Cysharp.Threading.Tasks.ReadOnlyAsyncReactiveProperty-1.html",
|
||||||
"hash": "pfpWTZWNbvHa/H+6xp55pw=="
|
"hash": "T0LPjPB2lMAnHKUxIrT6jQ=="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"is_incremental": false,
|
"is_incremental": false,
|
||||||
|
|
51
xrefmap.yml
51
xrefmap.yml
|
@ -229,6 +229,23 @@ references:
|
||||||
fullName.vb: Cysharp.Threading.Tasks.AsyncReactiveProperty(Of T).Value
|
fullName.vb: Cysharp.Threading.Tasks.AsyncReactiveProperty(Of T).Value
|
||||||
nameWithType: AsyncReactiveProperty<T>.Value
|
nameWithType: AsyncReactiveProperty<T>.Value
|
||||||
nameWithType.vb: AsyncReactiveProperty(Of T).Value
|
nameWithType.vb: AsyncReactiveProperty(Of T).Value
|
||||||
|
- uid: Cysharp.Threading.Tasks.AsyncReactiveProperty`1.WaitAsync(System.Threading.CancellationToken)
|
||||||
|
name: WaitAsync(CancellationToken)
|
||||||
|
href: api/Cysharp.Threading.Tasks.AsyncReactiveProperty-1.html#Cysharp_Threading_Tasks_AsyncReactiveProperty_1_WaitAsync_System_Threading_CancellationToken_
|
||||||
|
commentId: M:Cysharp.Threading.Tasks.AsyncReactiveProperty`1.WaitAsync(System.Threading.CancellationToken)
|
||||||
|
fullName: Cysharp.Threading.Tasks.AsyncReactiveProperty<T>.WaitAsync(System.Threading.CancellationToken)
|
||||||
|
fullName.vb: Cysharp.Threading.Tasks.AsyncReactiveProperty(Of T).WaitAsync(System.Threading.CancellationToken)
|
||||||
|
nameWithType: AsyncReactiveProperty<T>.WaitAsync(CancellationToken)
|
||||||
|
nameWithType.vb: AsyncReactiveProperty(Of T).WaitAsync(CancellationToken)
|
||||||
|
- uid: Cysharp.Threading.Tasks.AsyncReactiveProperty`1.WaitAsync*
|
||||||
|
name: WaitAsync
|
||||||
|
href: api/Cysharp.Threading.Tasks.AsyncReactiveProperty-1.html#Cysharp_Threading_Tasks_AsyncReactiveProperty_1_WaitAsync_
|
||||||
|
commentId: Overload:Cysharp.Threading.Tasks.AsyncReactiveProperty`1.WaitAsync
|
||||||
|
isSpec: "True"
|
||||||
|
fullName: Cysharp.Threading.Tasks.AsyncReactiveProperty<T>.WaitAsync
|
||||||
|
fullName.vb: Cysharp.Threading.Tasks.AsyncReactiveProperty(Of T).WaitAsync
|
||||||
|
nameWithType: AsyncReactiveProperty<T>.WaitAsync
|
||||||
|
nameWithType.vb: AsyncReactiveProperty(Of T).WaitAsync
|
||||||
- uid: Cysharp.Threading.Tasks.AsyncReactiveProperty`1.WithoutCurrent
|
- uid: Cysharp.Threading.Tasks.AsyncReactiveProperty`1.WithoutCurrent
|
||||||
name: WithoutCurrent()
|
name: WithoutCurrent()
|
||||||
href: api/Cysharp.Threading.Tasks.AsyncReactiveProperty-1.html#Cysharp_Threading_Tasks_AsyncReactiveProperty_1_WithoutCurrent
|
href: api/Cysharp.Threading.Tasks.AsyncReactiveProperty-1.html#Cysharp_Threading_Tasks_AsyncReactiveProperty_1_WithoutCurrent
|
||||||
|
@ -2335,6 +2352,23 @@ references:
|
||||||
fullName.vb: Cysharp.Threading.Tasks.IReadOnlyAsyncReactiveProperty(Of T).Value
|
fullName.vb: Cysharp.Threading.Tasks.IReadOnlyAsyncReactiveProperty(Of T).Value
|
||||||
nameWithType: IReadOnlyAsyncReactiveProperty<T>.Value
|
nameWithType: IReadOnlyAsyncReactiveProperty<T>.Value
|
||||||
nameWithType.vb: IReadOnlyAsyncReactiveProperty(Of T).Value
|
nameWithType.vb: IReadOnlyAsyncReactiveProperty(Of T).Value
|
||||||
|
- uid: Cysharp.Threading.Tasks.IReadOnlyAsyncReactiveProperty`1.WaitAsync(System.Threading.CancellationToken)
|
||||||
|
name: WaitAsync(CancellationToken)
|
||||||
|
href: api/Cysharp.Threading.Tasks.IReadOnlyAsyncReactiveProperty-1.html#Cysharp_Threading_Tasks_IReadOnlyAsyncReactiveProperty_1_WaitAsync_System_Threading_CancellationToken_
|
||||||
|
commentId: M:Cysharp.Threading.Tasks.IReadOnlyAsyncReactiveProperty`1.WaitAsync(System.Threading.CancellationToken)
|
||||||
|
fullName: Cysharp.Threading.Tasks.IReadOnlyAsyncReactiveProperty<T>.WaitAsync(System.Threading.CancellationToken)
|
||||||
|
fullName.vb: Cysharp.Threading.Tasks.IReadOnlyAsyncReactiveProperty(Of T).WaitAsync(System.Threading.CancellationToken)
|
||||||
|
nameWithType: IReadOnlyAsyncReactiveProperty<T>.WaitAsync(CancellationToken)
|
||||||
|
nameWithType.vb: IReadOnlyAsyncReactiveProperty(Of T).WaitAsync(CancellationToken)
|
||||||
|
- uid: Cysharp.Threading.Tasks.IReadOnlyAsyncReactiveProperty`1.WaitAsync*
|
||||||
|
name: WaitAsync
|
||||||
|
href: api/Cysharp.Threading.Tasks.IReadOnlyAsyncReactiveProperty-1.html#Cysharp_Threading_Tasks_IReadOnlyAsyncReactiveProperty_1_WaitAsync_
|
||||||
|
commentId: Overload:Cysharp.Threading.Tasks.IReadOnlyAsyncReactiveProperty`1.WaitAsync
|
||||||
|
isSpec: "True"
|
||||||
|
fullName: Cysharp.Threading.Tasks.IReadOnlyAsyncReactiveProperty<T>.WaitAsync
|
||||||
|
fullName.vb: Cysharp.Threading.Tasks.IReadOnlyAsyncReactiveProperty(Of T).WaitAsync
|
||||||
|
nameWithType: IReadOnlyAsyncReactiveProperty<T>.WaitAsync
|
||||||
|
nameWithType.vb: IReadOnlyAsyncReactiveProperty(Of T).WaitAsync
|
||||||
- uid: Cysharp.Threading.Tasks.IReadOnlyAsyncReactiveProperty`1.WithoutCurrent
|
- uid: Cysharp.Threading.Tasks.IReadOnlyAsyncReactiveProperty`1.WithoutCurrent
|
||||||
name: WithoutCurrent()
|
name: WithoutCurrent()
|
||||||
href: api/Cysharp.Threading.Tasks.IReadOnlyAsyncReactiveProperty-1.html#Cysharp_Threading_Tasks_IReadOnlyAsyncReactiveProperty_1_WithoutCurrent
|
href: api/Cysharp.Threading.Tasks.IReadOnlyAsyncReactiveProperty-1.html#Cysharp_Threading_Tasks_IReadOnlyAsyncReactiveProperty_1_WithoutCurrent
|
||||||
|
@ -8242,6 +8276,23 @@ references:
|
||||||
fullName.vb: Cysharp.Threading.Tasks.ReadOnlyAsyncReactiveProperty(Of T).Value
|
fullName.vb: Cysharp.Threading.Tasks.ReadOnlyAsyncReactiveProperty(Of T).Value
|
||||||
nameWithType: ReadOnlyAsyncReactiveProperty<T>.Value
|
nameWithType: ReadOnlyAsyncReactiveProperty<T>.Value
|
||||||
nameWithType.vb: ReadOnlyAsyncReactiveProperty(Of T).Value
|
nameWithType.vb: ReadOnlyAsyncReactiveProperty(Of T).Value
|
||||||
|
- uid: Cysharp.Threading.Tasks.ReadOnlyAsyncReactiveProperty`1.WaitAsync(System.Threading.CancellationToken)
|
||||||
|
name: WaitAsync(CancellationToken)
|
||||||
|
href: api/Cysharp.Threading.Tasks.ReadOnlyAsyncReactiveProperty-1.html#Cysharp_Threading_Tasks_ReadOnlyAsyncReactiveProperty_1_WaitAsync_System_Threading_CancellationToken_
|
||||||
|
commentId: M:Cysharp.Threading.Tasks.ReadOnlyAsyncReactiveProperty`1.WaitAsync(System.Threading.CancellationToken)
|
||||||
|
fullName: Cysharp.Threading.Tasks.ReadOnlyAsyncReactiveProperty<T>.WaitAsync(System.Threading.CancellationToken)
|
||||||
|
fullName.vb: Cysharp.Threading.Tasks.ReadOnlyAsyncReactiveProperty(Of T).WaitAsync(System.Threading.CancellationToken)
|
||||||
|
nameWithType: ReadOnlyAsyncReactiveProperty<T>.WaitAsync(CancellationToken)
|
||||||
|
nameWithType.vb: ReadOnlyAsyncReactiveProperty(Of T).WaitAsync(CancellationToken)
|
||||||
|
- uid: Cysharp.Threading.Tasks.ReadOnlyAsyncReactiveProperty`1.WaitAsync*
|
||||||
|
name: WaitAsync
|
||||||
|
href: api/Cysharp.Threading.Tasks.ReadOnlyAsyncReactiveProperty-1.html#Cysharp_Threading_Tasks_ReadOnlyAsyncReactiveProperty_1_WaitAsync_
|
||||||
|
commentId: Overload:Cysharp.Threading.Tasks.ReadOnlyAsyncReactiveProperty`1.WaitAsync
|
||||||
|
isSpec: "True"
|
||||||
|
fullName: Cysharp.Threading.Tasks.ReadOnlyAsyncReactiveProperty<T>.WaitAsync
|
||||||
|
fullName.vb: Cysharp.Threading.Tasks.ReadOnlyAsyncReactiveProperty(Of T).WaitAsync
|
||||||
|
nameWithType: ReadOnlyAsyncReactiveProperty<T>.WaitAsync
|
||||||
|
nameWithType.vb: ReadOnlyAsyncReactiveProperty(Of T).WaitAsync
|
||||||
- uid: Cysharp.Threading.Tasks.ReadOnlyAsyncReactiveProperty`1.WithoutCurrent
|
- uid: Cysharp.Threading.Tasks.ReadOnlyAsyncReactiveProperty`1.WithoutCurrent
|
||||||
name: WithoutCurrent()
|
name: WithoutCurrent()
|
||||||
href: api/Cysharp.Threading.Tasks.ReadOnlyAsyncReactiveProperty-1.html#Cysharp_Threading_Tasks_ReadOnlyAsyncReactiveProperty_1_WithoutCurrent
|
href: api/Cysharp.Threading.Tasks.ReadOnlyAsyncReactiveProperty-1.html#Cysharp_Threading_Tasks_ReadOnlyAsyncReactiveProperty_1_WithoutCurrent
|
||||||
|
|
Loading…
Reference in New Issue