UnityAsyncEventHandler as IUniTaskAsyncEnumerable

This commit is contained in:
neuecc
2020-05-12 11:51:50 +09:00
parent 7fc6c6bd36
commit bd6906792d
4 changed files with 292 additions and 16 deletions

View File

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