ToDict, ToLookup, ToList, TOHashSet, ToObservable

This commit is contained in:
neuecc
2020-05-10 02:39:13 +09:00
parent f37cd703a9
commit 716decd199
20 changed files with 1133 additions and 5591 deletions

View File

@@ -41,7 +41,6 @@ namespace Cysharp.Threading.Tasks
public Enumerator GetAsyncEnumerator()
{
cancellationToken.ThrowIfCancellationRequested();
return new Enumerator(enumerable.GetAsyncEnumerator(cancellationToken));
}