This commit is contained in:
neuecc
2020-05-11 14:01:23 +09:00
parent a5f47d4095
commit 8ef7a66081
4 changed files with 199 additions and 772 deletions

View File

@@ -41,7 +41,7 @@ namespace NetCoreSandbox
{
await foreach (var item in UniTaskAsyncEnumerable.Range(1, 10)
.SelectAwait(x => UniTask.Run(() => x))
.SkipLast(6)
.TakeLast(6)