mirror of
https://github.com/Cysharp/UniTask.git
synced 2026-05-15 19:40:09 +00:00
UnityAsyncEventHandler as IUniTaskAsyncEnumerable
This commit is contained in:
@@ -43,7 +43,7 @@ namespace NetCoreSandbox
|
||||
.SelectAwait(x => UniTask.Run(() => x))
|
||||
.TakeLast(6)
|
||||
|
||||
|
||||
|
||||
|
||||
)
|
||||
{
|
||||
@@ -51,7 +51,7 @@ namespace NetCoreSandbox
|
||||
Console.WriteLine(item);
|
||||
}
|
||||
|
||||
|
||||
// AsyncEnumerable.Range(1,10).FirstAsync(
|
||||
// AsyncEnumerable.Range(1, 10).GroupBy(x=>x).Select(x=>x.first
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user