mirror of
https://github.com/Cysharp/UniTask.git
synced 2026-05-16 20:20:45 +00:00
complete except trigger
This commit is contained in:
@@ -35,9 +35,6 @@ namespace UniRx.Async
|
||||
IEnumerator innerEnumerator;
|
||||
CancellationToken cancellationToken;
|
||||
|
||||
Action continuation;
|
||||
ExceptionDispatchInfo exception;
|
||||
|
||||
UniTaskCompletionSourceCore<object> core;
|
||||
|
||||
EnumeratorPromise()
|
||||
@@ -122,8 +119,6 @@ namespace UniRx.Async
|
||||
core.Reset();
|
||||
innerEnumerator = default;
|
||||
cancellationToken = default;
|
||||
continuation = default;
|
||||
exception = default;
|
||||
}
|
||||
|
||||
~EnumeratorPromise()
|
||||
|
||||
Reference in New Issue
Block a user