mirror of https://github.com/Cysharp/UniTask
deploy: 6d382450cf
parent
80bba8f6ee
commit
27ba51093e
|
@ -82,13 +82,14 @@
|
||||||
<div class="markdown level0 conceptual"></div>
|
<div class="markdown level0 conceptual"></div>
|
||||||
|
|
||||||
<div class="codewrapper">
|
<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>
|
||||||
|
|
||||||
|
|
||||||
<div classs="implements">
|
<div classs="implements">
|
||||||
<h5>Implements</h5>
|
<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>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
@ -316,7 +317,10 @@
|
||||||
|
|
||||||
<h3 id="implements">Implements</h3>
|
<h3 id="implements">Implements</h3>
|
||||||
<div>
|
<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>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -160,7 +160,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<a class="xref" href="Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder-1.html#Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskMethodBuilder_1_SetStateMachine_IAsyncStateMachine_">SetStateMachine(IAsyncStateMachine)</a>
|
<a class="xref" href="Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder-1.html#Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskMethodBuilder_1_SetStateMachine_System_Runtime_CompilerServices_IAsyncStateMachine_">SetStateMachine(IAsyncStateMachine)</a>
|
||||||
</td>
|
</td>
|
||||||
<td class="markdown level1 summary"></td>
|
<td class="markdown level1 summary"></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -383,7 +383,7 @@
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
<a id="Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskMethodBuilder_1_SetStateMachine_" data-uid="Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder`1.SetStateMachine*"></a>
|
<a id="Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskMethodBuilder_1_SetStateMachine_" data-uid="Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder`1.SetStateMachine*"></a>
|
||||||
<h4 id="Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskMethodBuilder_1_SetStateMachine_IAsyncStateMachine_" data-uid="Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder`1.SetStateMachine(IAsyncStateMachine)">SetStateMachine(IAsyncStateMachine)</h4>
|
<h4 id="Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskMethodBuilder_1_SetStateMachine_System_Runtime_CompilerServices_IAsyncStateMachine_" data-uid="Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder`1.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)">SetStateMachine(IAsyncStateMachine)</h4>
|
||||||
<div class="markdown level1 summary"></div>
|
<div class="markdown level1 summary"></div>
|
||||||
<div class="markdown level1 conceptual"></div>
|
<div class="markdown level1 conceptual"></div>
|
||||||
|
|
||||||
|
@ -394,7 +394,7 @@
|
||||||
<section>
|
<section>
|
||||||
<h5 class="parameters">Parameters</h5>
|
<h5 class="parameters">Parameters</h5>
|
||||||
<dl class="cysharpdocfx-valuedefinition">
|
<dl class="cysharpdocfx-valuedefinition">
|
||||||
<dt><span class="parametername"><code>stateMachine</code></span> <span class="xref">IAsyncStateMachine</span></dt>
|
<dt><span class="parametername"><code>stateMachine</code></span> <span class="xref">System.Runtime.CompilerServices.IAsyncStateMachine</span></dt>
|
||||||
<dd></dd>
|
<dd></dd>
|
||||||
</dl>
|
</dl>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
@ -153,7 +153,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<a class="xref" href="Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.html#Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskMethodBuilder_SetStateMachine_IAsyncStateMachine_">SetStateMachine(IAsyncStateMachine)</a>
|
<a class="xref" href="Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.html#Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskMethodBuilder_SetStateMachine_System_Runtime_CompilerServices_IAsyncStateMachine_">SetStateMachine(IAsyncStateMachine)</a>
|
||||||
</td>
|
</td>
|
||||||
<td class="markdown level1 summary"></td>
|
<td class="markdown level1 summary"></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -369,7 +369,7 @@
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
<a id="Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskMethodBuilder_SetStateMachine_" data-uid="Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.SetStateMachine*"></a>
|
<a id="Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskMethodBuilder_SetStateMachine_" data-uid="Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.SetStateMachine*"></a>
|
||||||
<h4 id="Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskMethodBuilder_SetStateMachine_IAsyncStateMachine_" data-uid="Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.SetStateMachine(IAsyncStateMachine)">SetStateMachine(IAsyncStateMachine)</h4>
|
<h4 id="Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskMethodBuilder_SetStateMachine_System_Runtime_CompilerServices_IAsyncStateMachine_" data-uid="Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)">SetStateMachine(IAsyncStateMachine)</h4>
|
||||||
<div class="markdown level1 summary"></div>
|
<div class="markdown level1 summary"></div>
|
||||||
<div class="markdown level1 conceptual"></div>
|
<div class="markdown level1 conceptual"></div>
|
||||||
|
|
||||||
|
@ -380,7 +380,7 @@
|
||||||
<section>
|
<section>
|
||||||
<h5 class="parameters">Parameters</h5>
|
<h5 class="parameters">Parameters</h5>
|
||||||
<dl class="cysharpdocfx-valuedefinition">
|
<dl class="cysharpdocfx-valuedefinition">
|
||||||
<dt><span class="parametername"><code>stateMachine</code></span> <span class="xref">IAsyncStateMachine</span></dt>
|
<dt><span class="parametername"><code>stateMachine</code></span> <span class="xref">System.Runtime.CompilerServices.IAsyncStateMachine</span></dt>
|
||||||
<dd></dd>
|
<dd></dd>
|
||||||
</dl>
|
</dl>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
@ -153,7 +153,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<a class="xref" href="Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.html#Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskVoidMethodBuilder_SetStateMachine_IAsyncStateMachine_">SetStateMachine(IAsyncStateMachine)</a>
|
<a class="xref" href="Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.html#Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskVoidMethodBuilder_SetStateMachine_System_Runtime_CompilerServices_IAsyncStateMachine_">SetStateMachine(IAsyncStateMachine)</a>
|
||||||
</td>
|
</td>
|
||||||
<td class="markdown level1 summary"></td>
|
<td class="markdown level1 summary"></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -369,7 +369,7 @@
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
<a id="Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskVoidMethodBuilder_SetStateMachine_" data-uid="Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.SetStateMachine*"></a>
|
<a id="Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskVoidMethodBuilder_SetStateMachine_" data-uid="Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.SetStateMachine*"></a>
|
||||||
<h4 id="Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskVoidMethodBuilder_SetStateMachine_IAsyncStateMachine_" data-uid="Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.SetStateMachine(IAsyncStateMachine)">SetStateMachine(IAsyncStateMachine)</h4>
|
<h4 id="Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskVoidMethodBuilder_SetStateMachine_System_Runtime_CompilerServices_IAsyncStateMachine_" data-uid="Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)">SetStateMachine(IAsyncStateMachine)</h4>
|
||||||
<div class="markdown level1 summary"></div>
|
<div class="markdown level1 summary"></div>
|
||||||
<div class="markdown level1 conceptual"></div>
|
<div class="markdown level1 conceptual"></div>
|
||||||
|
|
||||||
|
@ -380,7 +380,7 @@
|
||||||
<section>
|
<section>
|
||||||
<h5 class="parameters">Parameters</h5>
|
<h5 class="parameters">Parameters</h5>
|
||||||
<dl class="cysharpdocfx-valuedefinition">
|
<dl class="cysharpdocfx-valuedefinition">
|
||||||
<dt><span class="parametername"><code>stateMachine</code></span> <span class="xref">IAsyncStateMachine</span></dt>
|
<dt><span class="parametername"><code>stateMachine</code></span> <span class="xref">System.Runtime.CompilerServices.IAsyncStateMachine</span></dt>
|
||||||
<dd></dd>
|
<dd></dd>
|
||||||
</dl>
|
</dl>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
@ -82,13 +82,14 @@
|
||||||
<div class="markdown level0 conceptual"></div>
|
<div class="markdown level0 conceptual"></div>
|
||||||
|
|
||||||
<div class="codewrapper">
|
<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>
|
||||||
|
|
||||||
|
|
||||||
<div classs="implements">
|
<div classs="implements">
|
||||||
<h5>Implements</h5>
|
<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>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
@ -356,7 +357,10 @@
|
||||||
|
|
||||||
<h3 id="implements">Implements</h3>
|
<h3 id="implements">Implements</h3>
|
||||||
<div>
|
<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>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -82,13 +82,14 @@
|
||||||
<div class="markdown level0 conceptual"></div>
|
<div class="markdown level0 conceptual"></div>
|
||||||
|
|
||||||
<div class="codewrapper">
|
<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>
|
||||||
|
|
||||||
|
|
||||||
<div classs="implements">
|
<div classs="implements">
|
||||||
<h5>Implements</h5>
|
<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>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
@ -318,7 +319,10 @@
|
||||||
|
|
||||||
<h3 id="implements">Implements</h3>
|
<h3 id="implements">Implements</h3>
|
||||||
<div>
|
<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>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -82,13 +82,14 @@
|
||||||
<div class="markdown level0 conceptual"></div>
|
<div class="markdown level0 conceptual"></div>
|
||||||
|
|
||||||
<div class="codewrapper">
|
<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>
|
||||||
|
|
||||||
|
|
||||||
<div classs="implements">
|
<div classs="implements">
|
||||||
<h5>Implements</h5>
|
<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>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
@ -266,7 +267,10 @@
|
||||||
|
|
||||||
<h3 id="implements">Implements</h3>
|
<h3 id="implements">Implements</h3>
|
||||||
<div>
|
<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>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -82,13 +82,14 @@
|
||||||
<div class="markdown level0 conceptual"></div>
|
<div class="markdown level0 conceptual"></div>
|
||||||
|
|
||||||
<div class="codewrapper">
|
<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>
|
||||||
|
|
||||||
|
|
||||||
<div classs="implements">
|
<div classs="implements">
|
||||||
<h5>Implements</h5>
|
<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>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
@ -266,7 +267,10 @@
|
||||||
|
|
||||||
<h3 id="implements">Implements</h3>
|
<h3 id="implements">Implements</h3>
|
||||||
<div>
|
<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>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -82,13 +82,14 @@
|
||||||
<div class="markdown level0 conceptual"></div>
|
<div class="markdown level0 conceptual"></div>
|
||||||
|
|
||||||
<div class="codewrapper">
|
<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>
|
||||||
|
|
||||||
|
|
||||||
<div classs="implements">
|
<div classs="implements">
|
||||||
<h5>Implements</h5>
|
<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>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
@ -363,7 +364,10 @@
|
||||||
|
|
||||||
<h3 id="implements">Implements</h3>
|
<h3 id="implements">Implements</h3>
|
||||||
<div>
|
<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>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -82,13 +82,14 @@
|
||||||
<div class="markdown level0 conceptual"></div>
|
<div class="markdown level0 conceptual"></div>
|
||||||
|
|
||||||
<div class="codewrapper">
|
<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>
|
||||||
|
|
||||||
|
|
||||||
<div classs="implements">
|
<div classs="implements">
|
||||||
<h5>Implements</h5>
|
<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>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
@ -356,7 +357,10 @@
|
||||||
|
|
||||||
<h3 id="implements">Implements</h3>
|
<h3 id="implements">Implements</h3>
|
||||||
<div>
|
<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>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -82,13 +82,14 @@
|
||||||
<div class="markdown level0 conceptual"></div>
|
<div class="markdown level0 conceptual"></div>
|
||||||
|
|
||||||
<div class="codewrapper">
|
<div class="codewrapper">
|
||||||
<pre><code class="lang-csharp hljs">public struct AsyncOperationAwaiter : ICriticalNotifyCompletion</code></pre>
|
<pre><code class="lang-csharp hljs">public struct AsyncOperationAwaiter : ICriticalNotifyCompletion, INotifyCompletion</code></pre>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div classs="implements">
|
<div classs="implements">
|
||||||
<h5>Implements</h5>
|
<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>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
@ -316,7 +317,10 @@
|
||||||
|
|
||||||
<h3 id="implements">Implements</h3>
|
<h3 id="implements">Implements</h3>
|
||||||
<div>
|
<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>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -82,13 +82,14 @@
|
||||||
<div class="markdown level0 conceptual"></div>
|
<div class="markdown level0 conceptual"></div>
|
||||||
|
|
||||||
<div class="codewrapper">
|
<div class="codewrapper">
|
||||||
<pre><code class="lang-csharp hljs">public struct ResourceRequestAwaiter : ICriticalNotifyCompletion</code></pre>
|
<pre><code class="lang-csharp hljs">public struct ResourceRequestAwaiter : ICriticalNotifyCompletion, INotifyCompletion</code></pre>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div classs="implements">
|
<div classs="implements">
|
||||||
<h5>Implements</h5>
|
<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>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
@ -323,7 +324,10 @@
|
||||||
|
|
||||||
<h3 id="implements">Implements</h3>
|
<h3 id="implements">Implements</h3>
|
||||||
<div>
|
<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>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -82,13 +82,14 @@
|
||||||
<div class="markdown level0 conceptual"></div>
|
<div class="markdown level0 conceptual"></div>
|
||||||
|
|
||||||
<div class="codewrapper">
|
<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>
|
||||||
|
|
||||||
|
|
||||||
<div classs="implements">
|
<div classs="implements">
|
||||||
<h5>Implements</h5>
|
<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>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
@ -316,7 +317,10 @@
|
||||||
|
|
||||||
<h3 id="implements">Implements</h3>
|
<h3 id="implements">Implements</h3>
|
||||||
<div>
|
<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>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -105,7 +105,7 @@
|
||||||
"output": {
|
"output": {
|
||||||
".html": {
|
".html": {
|
||||||
"relative_path": "api/Cysharp.Threading.Tasks.CancellationTokenAwaitable.Awaiter.html",
|
"relative_path": "api/Cysharp.Threading.Tasks.CancellationTokenAwaitable.Awaiter.html",
|
||||||
"hash": "Q0ZbqKVyOCftlJVoaEXL6A=="
|
"hash": "IbMQ4dPKSM/AoNqXpl7uKA=="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"is_incremental": false,
|
"is_incremental": false,
|
||||||
|
@ -237,7 +237,7 @@
|
||||||
"output": {
|
"output": {
|
||||||
".html": {
|
".html": {
|
||||||
"relative_path": "api/Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder-1.html",
|
"relative_path": "api/Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder-1.html",
|
||||||
"hash": "E0bm2sCdtz/DqaN1zbYU/g=="
|
"hash": "WBt72zn/qSsG5GFKeUqr7w=="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"is_incremental": false,
|
"is_incremental": false,
|
||||||
|
@ -249,7 +249,7 @@
|
||||||
"output": {
|
"output": {
|
||||||
".html": {
|
".html": {
|
||||||
"relative_path": "api/Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.html",
|
"relative_path": "api/Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.html",
|
||||||
"hash": "v/phmi0KvE5wyprD5FmGQQ=="
|
"hash": "2fUXehHodLar6E1AyhRWZw=="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"is_incremental": false,
|
"is_incremental": false,
|
||||||
|
@ -261,7 +261,7 @@
|
||||||
"output": {
|
"output": {
|
||||||
".html": {
|
".html": {
|
||||||
"relative_path": "api/Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.html",
|
"relative_path": "api/Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.html",
|
||||||
"hash": "uBt+Tcf7Yp/xe9HydcA40Q=="
|
"hash": "XzrlCCBHiMGwr7X2B+CBnA=="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"is_incremental": false,
|
"is_incremental": false,
|
||||||
|
@ -741,7 +741,7 @@
|
||||||
"output": {
|
"output": {
|
||||||
".html": {
|
".html": {
|
||||||
"relative_path": "api/Cysharp.Threading.Tasks.ReturnToSynchronizationContext.Awaiter.html",
|
"relative_path": "api/Cysharp.Threading.Tasks.ReturnToSynchronizationContext.Awaiter.html",
|
||||||
"hash": "2mviovj51vGpihUWULBkyg=="
|
"hash": "mXRaInaJtG3jG0iXS3oqTw=="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"is_incremental": false,
|
"is_incremental": false,
|
||||||
|
@ -777,7 +777,7 @@
|
||||||
"output": {
|
"output": {
|
||||||
".html": {
|
".html": {
|
||||||
"relative_path": "api/Cysharp.Threading.Tasks.SwitchToSynchronizationContextAwaitable.Awaiter.html",
|
"relative_path": "api/Cysharp.Threading.Tasks.SwitchToSynchronizationContextAwaitable.Awaiter.html",
|
||||||
"hash": "UH/+R9ilcp3f1QmFOR0QBw=="
|
"hash": "9BKI4xyhCwLpHKEPPJ0jbA=="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"is_incremental": false,
|
"is_incremental": false,
|
||||||
|
@ -801,7 +801,7 @@
|
||||||
"output": {
|
"output": {
|
||||||
".html": {
|
".html": {
|
||||||
"relative_path": "api/Cysharp.Threading.Tasks.SwitchToTaskPoolAwaitable.Awaiter.html",
|
"relative_path": "api/Cysharp.Threading.Tasks.SwitchToTaskPoolAwaitable.Awaiter.html",
|
||||||
"hash": "VAHU2dQu4TAODL4z4PEpqQ=="
|
"hash": "VjcFEMmYAwtpWNIJeJF1pQ=="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"is_incremental": false,
|
"is_incremental": false,
|
||||||
|
@ -825,7 +825,7 @@
|
||||||
"output": {
|
"output": {
|
||||||
".html": {
|
".html": {
|
||||||
"relative_path": "api/Cysharp.Threading.Tasks.SwitchToThreadPoolAwaitable.Awaiter.html",
|
"relative_path": "api/Cysharp.Threading.Tasks.SwitchToThreadPoolAwaitable.Awaiter.html",
|
||||||
"hash": "0CNr9OIdx3+pXDmuFbyNxA=="
|
"hash": "RFIUX77JIG/KWPuBYQySlA=="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"is_incremental": false,
|
"is_incremental": false,
|
||||||
|
@ -2745,7 +2745,7 @@
|
||||||
"output": {
|
"output": {
|
||||||
".html": {
|
".html": {
|
||||||
"relative_path": "api/Cysharp.Threading.Tasks.UniTask-1.Awaiter.html",
|
"relative_path": "api/Cysharp.Threading.Tasks.UniTask-1.Awaiter.html",
|
||||||
"hash": "/wJDDabuNi1koT1jWndTyg=="
|
"hash": "F2xG1F0KCZaoda7+HCRJtA=="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"is_incremental": false,
|
"is_incremental": false,
|
||||||
|
@ -2769,7 +2769,7 @@
|
||||||
"output": {
|
"output": {
|
||||||
".html": {
|
".html": {
|
||||||
"relative_path": "api/Cysharp.Threading.Tasks.UniTask.Awaiter.html",
|
"relative_path": "api/Cysharp.Threading.Tasks.UniTask.Awaiter.html",
|
||||||
"hash": "G3zipPGPdnK+vOJmxu9RBQ=="
|
"hash": "S14p7TKkACXdZCvekKFBTg=="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"is_incremental": false,
|
"is_incremental": false,
|
||||||
|
@ -3309,7 +3309,7 @@
|
||||||
"output": {
|
"output": {
|
||||||
".html": {
|
".html": {
|
||||||
"relative_path": "api/Cysharp.Threading.Tasks.UnityAsyncExtensions.AsyncOperationAwaiter.html",
|
"relative_path": "api/Cysharp.Threading.Tasks.UnityAsyncExtensions.AsyncOperationAwaiter.html",
|
||||||
"hash": "KiOzsayp8LaSe0YFbIikVQ=="
|
"hash": "QxPiMeIhnzaVEPGDwruW8w=="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"is_incremental": false,
|
"is_incremental": false,
|
||||||
|
@ -3321,7 +3321,7 @@
|
||||||
"output": {
|
"output": {
|
||||||
".html": {
|
".html": {
|
||||||
"relative_path": "api/Cysharp.Threading.Tasks.UnityAsyncExtensions.ResourceRequestAwaiter.html",
|
"relative_path": "api/Cysharp.Threading.Tasks.UnityAsyncExtensions.ResourceRequestAwaiter.html",
|
||||||
"hash": "0Lpwg1D+HiPC4nKxDQII3g=="
|
"hash": "PNJNtWQ/HIeFU90n6NwKuQ=="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"is_incremental": false,
|
"is_incremental": false,
|
||||||
|
@ -3381,7 +3381,7 @@
|
||||||
"output": {
|
"output": {
|
||||||
".html": {
|
".html": {
|
||||||
"relative_path": "api/Cysharp.Threading.Tasks.YieldAwaitable.Awaiter.html",
|
"relative_path": "api/Cysharp.Threading.Tasks.YieldAwaitable.Awaiter.html",
|
||||||
"hash": "wssu9MVB8Y6AoRb2cicBkg=="
|
"hash": "Y3F3yOtZP5cpalbgn8MQWA=="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"is_incremental": false,
|
"is_incremental": false,
|
||||||
|
|
26
xrefmap.yml
26
xrefmap.yml
|
@ -1840,11 +1840,11 @@ references:
|
||||||
isSpec: "True"
|
isSpec: "True"
|
||||||
fullName: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.SetResult
|
fullName: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.SetResult
|
||||||
nameWithType: AsyncUniTaskMethodBuilder.SetResult
|
nameWithType: AsyncUniTaskMethodBuilder.SetResult
|
||||||
- uid: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.SetStateMachine(IAsyncStateMachine)
|
- uid: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
|
||||||
name: SetStateMachine(IAsyncStateMachine)
|
name: SetStateMachine(IAsyncStateMachine)
|
||||||
href: api/Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.html#Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskMethodBuilder_SetStateMachine_IAsyncStateMachine_
|
href: api/Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.html#Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskMethodBuilder_SetStateMachine_System_Runtime_CompilerServices_IAsyncStateMachine_
|
||||||
commentId: M:Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.SetStateMachine(IAsyncStateMachine)
|
commentId: M:Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
|
||||||
fullName: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.SetStateMachine(IAsyncStateMachine)
|
fullName: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
|
||||||
nameWithType: AsyncUniTaskMethodBuilder.SetStateMachine(IAsyncStateMachine)
|
nameWithType: AsyncUniTaskMethodBuilder.SetStateMachine(IAsyncStateMachine)
|
||||||
- uid: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.SetStateMachine*
|
- uid: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.SetStateMachine*
|
||||||
name: SetStateMachine
|
name: SetStateMachine
|
||||||
|
@ -1978,12 +1978,12 @@ references:
|
||||||
fullName.vb: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder(Of T).SetResult
|
fullName.vb: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder(Of T).SetResult
|
||||||
nameWithType: AsyncUniTaskMethodBuilder<T>.SetResult
|
nameWithType: AsyncUniTaskMethodBuilder<T>.SetResult
|
||||||
nameWithType.vb: AsyncUniTaskMethodBuilder(Of T).SetResult
|
nameWithType.vb: AsyncUniTaskMethodBuilder(Of T).SetResult
|
||||||
- uid: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder`1.SetStateMachine(IAsyncStateMachine)
|
- uid: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder`1.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
|
||||||
name: SetStateMachine(IAsyncStateMachine)
|
name: SetStateMachine(IAsyncStateMachine)
|
||||||
href: api/Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder-1.html#Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskMethodBuilder_1_SetStateMachine_IAsyncStateMachine_
|
href: api/Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder-1.html#Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskMethodBuilder_1_SetStateMachine_System_Runtime_CompilerServices_IAsyncStateMachine_
|
||||||
commentId: M:Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder`1.SetStateMachine(IAsyncStateMachine)
|
commentId: M:Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder`1.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
|
||||||
fullName: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder<T>.SetStateMachine(IAsyncStateMachine)
|
fullName: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder<T>.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
|
||||||
fullName.vb: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder(Of T).SetStateMachine(IAsyncStateMachine)
|
fullName.vb: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder(Of T).SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
|
||||||
nameWithType: AsyncUniTaskMethodBuilder<T>.SetStateMachine(IAsyncStateMachine)
|
nameWithType: AsyncUniTaskMethodBuilder<T>.SetStateMachine(IAsyncStateMachine)
|
||||||
nameWithType.vb: AsyncUniTaskMethodBuilder(Of T).SetStateMachine(IAsyncStateMachine)
|
nameWithType.vb: AsyncUniTaskMethodBuilder(Of T).SetStateMachine(IAsyncStateMachine)
|
||||||
- uid: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder`1.SetStateMachine*
|
- uid: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder`1.SetStateMachine*
|
||||||
|
@ -2107,11 +2107,11 @@ references:
|
||||||
isSpec: "True"
|
isSpec: "True"
|
||||||
fullName: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.SetResult
|
fullName: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.SetResult
|
||||||
nameWithType: AsyncUniTaskVoidMethodBuilder.SetResult
|
nameWithType: AsyncUniTaskVoidMethodBuilder.SetResult
|
||||||
- uid: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.SetStateMachine(IAsyncStateMachine)
|
- uid: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
|
||||||
name: SetStateMachine(IAsyncStateMachine)
|
name: SetStateMachine(IAsyncStateMachine)
|
||||||
href: api/Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.html#Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskVoidMethodBuilder_SetStateMachine_IAsyncStateMachine_
|
href: api/Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.html#Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskVoidMethodBuilder_SetStateMachine_System_Runtime_CompilerServices_IAsyncStateMachine_
|
||||||
commentId: M:Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.SetStateMachine(IAsyncStateMachine)
|
commentId: M:Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
|
||||||
fullName: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.SetStateMachine(IAsyncStateMachine)
|
fullName: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
|
||||||
nameWithType: AsyncUniTaskVoidMethodBuilder.SetStateMachine(IAsyncStateMachine)
|
nameWithType: AsyncUniTaskVoidMethodBuilder.SetStateMachine(IAsyncStateMachine)
|
||||||
- uid: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.SetStateMachine*
|
- uid: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.SetStateMachine*
|
||||||
name: SetStateMachine
|
name: SetStateMachine
|
||||||
|
|
Loading…
Reference in New Issue