Update Operation System

pull/51/head
hevinci 2022-10-12 18:21:11 +08:00
parent c2192dd657
commit 66304c91ec
1 changed files with 8 additions and 0 deletions

View File

@ -81,6 +81,14 @@ namespace YooAsset
_taskCompletionSource.TrySetResult(null); _taskCompletionSource.TrySetResult(null);
} }
/// <summary>
/// 清空完成回调
/// </summary>
protected void ClearCompletedCallback()
{
_callback = null;
}
#region 异步编程相关 #region 异步编程相关
bool IEnumerator.MoveNext() bool IEnumerator.MoveNext()
{ {