complete except trigger

This commit is contained in:
neuecc
2020-05-04 01:59:22 +09:00
parent f28743f7f6
commit 7bc9ef90f1
19 changed files with 960 additions and 1024 deletions

View File

@@ -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()