mirror of
https://github.com/Cysharp/UniTask.git
synced 2026-05-15 03:20:16 +00:00
deploy: f48cb4b03e
This commit is contained in:
@@ -110,19 +110,19 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<a class="xref" href="Cysharp.Threading.Tasks.CancellationTokenExtensions.html#Cysharp_Threading_Tasks_CancellationTokenExtensions_AddTo_System_IDisposable_CancellationToken_">AddTo(IDisposable, CancellationToken)</a>
|
||||
<a class="xref" href="Cysharp.Threading.Tasks.CancellationTokenExtensions.html#Cysharp_Threading_Tasks_CancellationTokenExtensions_AddTo_System_IDisposable_System_Threading_CancellationToken_">AddTo(IDisposable, 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_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_System_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<Object>, Object)</a>
|
||||
<a class="xref" href="Cysharp.Threading.Tasks.CancellationTokenExtensions.html#Cysharp_Threading_Tasks_CancellationTokenExtensions_RegisterWithoutCaptureExecutionContext_System_Threading_CancellationToken_System_Action_System_Object__System_Object_">RegisterWithoutCaptureExecutionContext(CancellationToken, Action<Object>, Object)</a>
|
||||
</td>
|
||||
<td class="markdown level1 summary"></td>
|
||||
</tr>
|
||||
@@ -134,7 +134,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a class="xref" href="Cysharp.Threading.Tasks.CancellationTokenExtensions.html#Cysharp_Threading_Tasks_CancellationTokenExtensions_ToCancellationToken_Cysharp_Threading_Tasks_UniTask_CancellationToken_">ToCancellationToken(UniTask, CancellationToken)</a>
|
||||
<a class="xref" href="Cysharp.Threading.Tasks.CancellationTokenExtensions.html#Cysharp_Threading_Tasks_CancellationTokenExtensions_ToCancellationToken_Cysharp_Threading_Tasks_UniTask_System_Threading_CancellationToken_">ToCancellationToken(UniTask, CancellationToken)</a>
|
||||
</td>
|
||||
<td class="markdown level1 summary"></td>
|
||||
</tr>
|
||||
@@ -146,19 +146,19 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a class="xref" href="Cysharp.Threading.Tasks.CancellationTokenExtensions.html#Cysharp_Threading_Tasks_CancellationTokenExtensions_ToCancellationToken__1_Cysharp_Threading_Tasks_UniTask___0__CancellationToken_">ToCancellationToken<T>(UniTask<T>, CancellationToken)</a>
|
||||
<a class="xref" href="Cysharp.Threading.Tasks.CancellationTokenExtensions.html#Cysharp_Threading_Tasks_CancellationTokenExtensions_ToCancellationToken__1_Cysharp_Threading_Tasks_UniTask___0__System_Threading_CancellationToken_">ToCancellationToken<T>(UniTask<T>, 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_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>
|
||||
@@ -169,7 +169,7 @@
|
||||
</h3>
|
||||
<section>
|
||||
<a id="Cysharp_Threading_Tasks_CancellationTokenExtensions_AddTo_" data-uid="Cysharp.Threading.Tasks.CancellationTokenExtensions.AddTo*"></a>
|
||||
<h4 id="Cysharp_Threading_Tasks_CancellationTokenExtensions_AddTo_System_IDisposable_CancellationToken_" data-uid="Cysharp.Threading.Tasks.CancellationTokenExtensions.AddTo(System.IDisposable,CancellationToken)">AddTo(IDisposable, CancellationToken)</h4>
|
||||
<h4 id="Cysharp_Threading_Tasks_CancellationTokenExtensions_AddTo_System_IDisposable_System_Threading_CancellationToken_" data-uid="Cysharp.Threading.Tasks.CancellationTokenExtensions.AddTo(System.IDisposable,System.Threading.CancellationToken)">AddTo(IDisposable, CancellationToken)</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
@@ -182,7 +182,7 @@
|
||||
<dl class="cysharpdocfx-valuedefinition">
|
||||
<dt><span class="parametername"><code>disposable</code></span> <span class="xref">System.IDisposable</span></dt>
|
||||
<dd></dd>
|
||||
<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>
|
||||
@@ -190,7 +190,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>
|
||||
@@ -208,7 +208,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_" data-uid="Cysharp.Threading.Tasks.CancellationTokenExtensions.RegisterWithoutCaptureExecutionContext(CancellationToken,System.Action)">RegisterWithoutCaptureExecutionContext(CancellationToken, Action)</h4>
|
||||
<h4 id="Cysharp_Threading_Tasks_CancellationTokenExtensions_RegisterWithoutCaptureExecutionContext_System_Threading_CancellationToken_System_Action_" data-uid="Cysharp.Threading.Tasks.CancellationTokenExtensions.RegisterWithoutCaptureExecutionContext(System.Threading.CancellationToken,System.Action)">RegisterWithoutCaptureExecutionContext(CancellationToken, Action)</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
@@ -219,7 +219,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>
|
||||
<dt><span class="parametername"><code>callback</code></span> <span class="xref">System.Action</span></dt>
|
||||
<dd></dd>
|
||||
@@ -229,7 +229,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>
|
||||
@@ -247,7 +247,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<Object>, Object)</h4>
|
||||
<h4 id="Cysharp_Threading_Tasks_CancellationTokenExtensions_RegisterWithoutCaptureExecutionContext_System_Threading_CancellationToken_System_Action_System_Object__System_Object_" data-uid="Cysharp.Threading.Tasks.CancellationTokenExtensions.RegisterWithoutCaptureExecutionContext(System.Threading.CancellationToken,System.Action{System.Object},System.Object)">RegisterWithoutCaptureExecutionContext(CancellationToken, Action<Object>, Object)</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
@@ -258,7 +258,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>
|
||||
<dt><span class="parametername"><code>callback</code></span> <span class="xref">System.Action</span><<span class="xref">System.Object</span>></dt>
|
||||
<dd></dd>
|
||||
@@ -270,7 +270,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>
|
||||
@@ -307,7 +307,7 @@
|
||||
<section>
|
||||
<h5 class="returns">Returns</h5>
|
||||
<dl class="cysharpdocfx-valuedefinition">
|
||||
<dt><span class="xref">CancellationToken</span></dt>
|
||||
<dt><span class="xref">System.Threading.CancellationToken</span></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
</section>
|
||||
@@ -325,7 +325,7 @@
|
||||
</section>
|
||||
<section>
|
||||
<a id="Cysharp_Threading_Tasks_CancellationTokenExtensions_ToCancellationToken_" data-uid="Cysharp.Threading.Tasks.CancellationTokenExtensions.ToCancellationToken*"></a>
|
||||
<h4 id="Cysharp_Threading_Tasks_CancellationTokenExtensions_ToCancellationToken_Cysharp_Threading_Tasks_UniTask_CancellationToken_" data-uid="Cysharp.Threading.Tasks.CancellationTokenExtensions.ToCancellationToken(Cysharp.Threading.Tasks.UniTask,CancellationToken)">ToCancellationToken(UniTask, CancellationToken)</h4>
|
||||
<h4 id="Cysharp_Threading_Tasks_CancellationTokenExtensions_ToCancellationToken_Cysharp_Threading_Tasks_UniTask_System_Threading_CancellationToken_" data-uid="Cysharp.Threading.Tasks.CancellationTokenExtensions.ToCancellationToken(Cysharp.Threading.Tasks.UniTask,System.Threading.CancellationToken)">ToCancellationToken(UniTask, CancellationToken)</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
@@ -338,7 +338,7 @@
|
||||
<dl class="cysharpdocfx-valuedefinition">
|
||||
<dt><span class="parametername"><code>task</code></span> <a class="xref" href="Cysharp.Threading.Tasks.UniTask.html">UniTask</a></dt>
|
||||
<dd></dd>
|
||||
<dt><span class="parametername"><code>linkToken</code></span> <span class="xref">CancellationToken</span></dt>
|
||||
<dt><span class="parametername"><code>linkToken</code></span> <span class="xref">System.Threading.CancellationToken</span></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
</section>
|
||||
@@ -346,7 +346,7 @@
|
||||
<section>
|
||||
<h5 class="returns">Returns</h5>
|
||||
<dl class="cysharpdocfx-valuedefinition">
|
||||
<dt><span class="xref">CancellationToken</span></dt>
|
||||
<dt><span class="xref">System.Threading.CancellationToken</span></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
</section>
|
||||
@@ -383,7 +383,7 @@
|
||||
<section>
|
||||
<h5 class="returns">Returns</h5>
|
||||
<dl class="cysharpdocfx-valuedefinition">
|
||||
<dt><span class="xref">CancellationToken</span></dt>
|
||||
<dt><span class="xref">System.Threading.CancellationToken</span></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
</section>
|
||||
@@ -408,7 +408,7 @@
|
||||
</section>
|
||||
<section>
|
||||
<a id="Cysharp_Threading_Tasks_CancellationTokenExtensions_ToCancellationToken_" data-uid="Cysharp.Threading.Tasks.CancellationTokenExtensions.ToCancellationToken*"></a>
|
||||
<h4 id="Cysharp_Threading_Tasks_CancellationTokenExtensions_ToCancellationToken__1_Cysharp_Threading_Tasks_UniTask___0__CancellationToken_" data-uid="Cysharp.Threading.Tasks.CancellationTokenExtensions.ToCancellationToken``1(Cysharp.Threading.Tasks.UniTask{``0},CancellationToken)">ToCancellationToken<T>(UniTask<T>, CancellationToken)</h4>
|
||||
<h4 id="Cysharp_Threading_Tasks_CancellationTokenExtensions_ToCancellationToken__1_Cysharp_Threading_Tasks_UniTask___0__System_Threading_CancellationToken_" data-uid="Cysharp.Threading.Tasks.CancellationTokenExtensions.ToCancellationToken``1(Cysharp.Threading.Tasks.UniTask{``0},System.Threading.CancellationToken)">ToCancellationToken<T>(UniTask<T>, CancellationToken)</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
@@ -421,7 +421,7 @@
|
||||
<dl class="cysharpdocfx-valuedefinition">
|
||||
<dt><span class="parametername"><code>task</code></span> <a class="xref" href="Cysharp.Threading.Tasks.UniTask-1.html">UniTask</a><T></dt>
|
||||
<dd></dd>
|
||||
<dt><span class="parametername"><code>linkToken</code></span> <span class="xref">CancellationToken</span></dt>
|
||||
<dt><span class="parametername"><code>linkToken</code></span> <span class="xref">System.Threading.CancellationToken</span></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
</section>
|
||||
@@ -429,7 +429,7 @@
|
||||
<section>
|
||||
<h5 class="returns">Returns</h5>
|
||||
<dl class="cysharpdocfx-valuedefinition">
|
||||
<dt><span class="xref">CancellationToken</span></dt>
|
||||
<dt><span class="xref">System.Threading.CancellationToken</span></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
</section>
|
||||
@@ -454,7 +454,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>
|
||||
|
||||
@@ -465,7 +465,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>
|
||||
@@ -473,7 +473,7 @@
|
||||
<section>
|
||||
<h5 class="returns">Returns</h5>
|
||||
<dl class="cysharpdocfx-valuedefinition">
|
||||
<dt><span class="xref">System.ValueTuple</span><<a class="xref" href="Cysharp.Threading.Tasks.UniTask.html">UniTask</a>, <span class="xref">CancellationTokenRegistration</span>></dt>
|
||||
<dt><span class="xref">System.ValueTuple</span><<a class="xref" href="Cysharp.Threading.Tasks.UniTask.html">UniTask</a>, <span class="xref">System.Threading.CancellationTokenRegistration</span>></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
</section>
|
||||
@@ -491,7 +491,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>
|
||||
|
||||
@@ -502,7 +502,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>
|
||||
|
||||
Reference in New Issue
Block a user