This commit is contained in:
neuecc
2020-06-09 05:54:08 +00:00
parent 7f86dcaa64
commit 505f9c97b0
143 changed files with 8908 additions and 9039 deletions

View File

@@ -110,25 +110,25 @@
<tbody>
<tr>
<td>
<a class="xref" href="Cysharp.Threading.Tasks.CancellationTokenExtensions.html#Cysharp_Threading_Tasks_CancellationTokenExtensions_RegisterWithoutCaptureExecutionContext_CancellationToken_System_Action_">RegisterWithoutCaptureExecutionContext(CancellationToken, Action)</a>
<a class="xref" href="Cysharp.Threading.Tasks.CancellationTokenExtensions.html#Cysharp_Threading_Tasks_CancellationTokenExtensions_RegisterWithoutCaptureExecutionContext_System_Threading_CancellationToken_Action_">RegisterWithoutCaptureExecutionContext(CancellationToken, Action)</a>
</td>
<td class="markdown level1 summary"></td>
</tr>
<tr>
<td>
<a class="xref" href="Cysharp.Threading.Tasks.CancellationTokenExtensions.html#Cysharp_Threading_Tasks_CancellationTokenExtensions_RegisterWithoutCaptureExecutionContext_CancellationToken_System_Action_System_Object__System_Object_">RegisterWithoutCaptureExecutionContext(CancellationToken, Action&lt;Object&gt;, Object)</a>
<a class="xref" href="Cysharp.Threading.Tasks.CancellationTokenExtensions.html#Cysharp_Threading_Tasks_CancellationTokenExtensions_RegisterWithoutCaptureExecutionContext_System_Threading_CancellationToken_Action_System_Object__System_Object_">RegisterWithoutCaptureExecutionContext(CancellationToken, Action&lt;Object&gt;, Object)</a>
</td>
<td class="markdown level1 summary"></td>
</tr>
<tr>
<td>
<a class="xref" href="Cysharp.Threading.Tasks.CancellationTokenExtensions.html#Cysharp_Threading_Tasks_CancellationTokenExtensions_ToUniTask_CancellationToken_">ToUniTask(CancellationToken)</a>
<a class="xref" href="Cysharp.Threading.Tasks.CancellationTokenExtensions.html#Cysharp_Threading_Tasks_CancellationTokenExtensions_ToUniTask_System_Threading_CancellationToken_">ToUniTask(CancellationToken)</a>
</td>
<td class="markdown level1 summary"></td>
</tr>
<tr>
<td>
<a class="xref" href="Cysharp.Threading.Tasks.CancellationTokenExtensions.html#Cysharp_Threading_Tasks_CancellationTokenExtensions_WaitUntilCanceled_CancellationToken_">WaitUntilCanceled(CancellationToken)</a>
<a class="xref" href="Cysharp.Threading.Tasks.CancellationTokenExtensions.html#Cysharp_Threading_Tasks_CancellationTokenExtensions_WaitUntilCanceled_System_Threading_CancellationToken_">WaitUntilCanceled(CancellationToken)</a>
</td>
<td class="markdown level1 summary"></td>
</tr>
@@ -139,7 +139,7 @@
</h3>
<section>
<a id="Cysharp_Threading_Tasks_CancellationTokenExtensions_RegisterWithoutCaptureExecutionContext_" data-uid="Cysharp.Threading.Tasks.CancellationTokenExtensions.RegisterWithoutCaptureExecutionContext*"></a>
<h4 id="Cysharp_Threading_Tasks_CancellationTokenExtensions_RegisterWithoutCaptureExecutionContext_CancellationToken_System_Action_" data-uid="Cysharp.Threading.Tasks.CancellationTokenExtensions.RegisterWithoutCaptureExecutionContext(CancellationToken,System.Action)">RegisterWithoutCaptureExecutionContext(CancellationToken, Action)</h4>
<h4 id="Cysharp_Threading_Tasks_CancellationTokenExtensions_RegisterWithoutCaptureExecutionContext_System_Threading_CancellationToken_Action_" data-uid="Cysharp.Threading.Tasks.CancellationTokenExtensions.RegisterWithoutCaptureExecutionContext(System.Threading.CancellationToken,Action)">RegisterWithoutCaptureExecutionContext(CancellationToken, Action)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
@@ -150,9 +150,9 @@
<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>
<dt><span class="parametername"><code>callback</code></span> <span class="xref">System.Action</span></dt>
<dt><span class="parametername"><code>callback</code></span> <span class="xref">Action</span></dt>
<dd></dd>
</dl>
</section>
@@ -160,7 +160,7 @@
<section>
<h5 class="returns">Returns</h5>
<dl class="cysharpdocfx-valuedefinition">
<dt><span class="xref">CancellationTokenRegistration</span></dt>
<dt><span class="xref">System.Threading.CancellationTokenRegistration</span></dt>
<dd></dd>
</dl>
</section>
@@ -178,7 +178,7 @@
</section>
<section>
<a id="Cysharp_Threading_Tasks_CancellationTokenExtensions_RegisterWithoutCaptureExecutionContext_" data-uid="Cysharp.Threading.Tasks.CancellationTokenExtensions.RegisterWithoutCaptureExecutionContext*"></a>
<h4 id="Cysharp_Threading_Tasks_CancellationTokenExtensions_RegisterWithoutCaptureExecutionContext_CancellationToken_System_Action_System_Object__System_Object_" data-uid="Cysharp.Threading.Tasks.CancellationTokenExtensions.RegisterWithoutCaptureExecutionContext(CancellationToken,System.Action{System.Object},System.Object)">RegisterWithoutCaptureExecutionContext(CancellationToken, Action&lt;Object&gt;, Object)</h4>
<h4 id="Cysharp_Threading_Tasks_CancellationTokenExtensions_RegisterWithoutCaptureExecutionContext_System_Threading_CancellationToken_Action_System_Object__System_Object_" data-uid="Cysharp.Threading.Tasks.CancellationTokenExtensions.RegisterWithoutCaptureExecutionContext(System.Threading.CancellationToken,Action{System.Object},System.Object)">RegisterWithoutCaptureExecutionContext(CancellationToken, Action&lt;Object&gt;, Object)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
@@ -189,9 +189,9 @@
<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>
<dt><span class="parametername"><code>callback</code></span> <span class="xref">System.Action</span>&lt;<span class="xref">System.Object</span>&gt;</dt>
<dt><span class="parametername"><code>callback</code></span> <span class="xref">Action</span>&lt;<span class="xref">System.Object</span>&gt;</dt>
<dd></dd>
<dt><span class="parametername"><code>state</code></span> <span class="xref">System.Object</span></dt>
<dd></dd>
@@ -201,7 +201,7 @@
<section>
<h5 class="returns">Returns</h5>
<dl class="cysharpdocfx-valuedefinition">
<dt><span class="xref">CancellationTokenRegistration</span></dt>
<dt><span class="xref">System.Threading.CancellationTokenRegistration</span></dt>
<dd></dd>
</dl>
</section>
@@ -219,7 +219,7 @@
</section>
<section>
<a id="Cysharp_Threading_Tasks_CancellationTokenExtensions_ToUniTask_" data-uid="Cysharp.Threading.Tasks.CancellationTokenExtensions.ToUniTask*"></a>
<h4 id="Cysharp_Threading_Tasks_CancellationTokenExtensions_ToUniTask_CancellationToken_" data-uid="Cysharp.Threading.Tasks.CancellationTokenExtensions.ToUniTask(CancellationToken)">ToUniTask(CancellationToken)</h4>
<h4 id="Cysharp_Threading_Tasks_CancellationTokenExtensions_ToUniTask_System_Threading_CancellationToken_" data-uid="Cysharp.Threading.Tasks.CancellationTokenExtensions.ToUniTask(System.Threading.CancellationToken)">ToUniTask(CancellationToken)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
@@ -230,7 +230,7 @@
<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>
@@ -238,7 +238,7 @@
<section>
<h5 class="returns">Returns</h5>
<dl class="cysharpdocfx-valuedefinition">
<dt><span class="xref">System.ValueTuple</span>&lt;<a class="xref" href="Cysharp.Threading.Tasks.UniTask.html">UniTask</a>, <span class="xref">CancellationTokenRegistration</span>&gt;</dt>
<dt><span class="xref">System.ValueTuple</span>&lt;<a class="xref" href="Cysharp.Threading.Tasks.UniTask.html">UniTask</a>, <span class="xref">System.Threading.CancellationTokenRegistration</span>&gt;</dt>
<dd></dd>
</dl>
</section>
@@ -256,7 +256,7 @@
</section>
<section>
<a id="Cysharp_Threading_Tasks_CancellationTokenExtensions_WaitUntilCanceled_" data-uid="Cysharp.Threading.Tasks.CancellationTokenExtensions.WaitUntilCanceled*"></a>
<h4 id="Cysharp_Threading_Tasks_CancellationTokenExtensions_WaitUntilCanceled_CancellationToken_" data-uid="Cysharp.Threading.Tasks.CancellationTokenExtensions.WaitUntilCanceled(CancellationToken)">WaitUntilCanceled(CancellationToken)</h4>
<h4 id="Cysharp_Threading_Tasks_CancellationTokenExtensions_WaitUntilCanceled_System_Threading_CancellationToken_" data-uid="Cysharp.Threading.Tasks.CancellationTokenExtensions.WaitUntilCanceled(System.Threading.CancellationToken)">WaitUntilCanceled(CancellationToken)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
@@ -267,7 +267,7 @@
<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>