mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-24 01:30:14 +00:00
Update Operation System
This commit is contained in:
@@ -81,14 +81,6 @@ namespace YooAsset
|
||||
_taskCompletionSource.TrySetResult(null);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 取消异步操作
|
||||
/// </summary>
|
||||
public virtual void Cancel()
|
||||
{
|
||||
throw new NotImplementedException("Can not cancel operation !");
|
||||
}
|
||||
|
||||
#region 异步编程相关
|
||||
bool IEnumerator.MoveNext()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user