mirror of
https://github.com/Cysharp/UniTask.git
synced 2026-05-16 03:50:11 +00:00
ToDict, ToLookup, ToList, TOHashSet, ToObservable
This commit is contained in:
@@ -41,7 +41,6 @@ namespace Cysharp.Threading.Tasks
|
||||
|
||||
public Enumerator GetAsyncEnumerator()
|
||||
{
|
||||
cancellationToken.ThrowIfCancellationRequested();
|
||||
return new Enumerator(enumerable.GetAsyncEnumerator(cancellationToken));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user