mirror of
https://github.com/Cysharp/UniTask.git
synced 2026-05-15 19:40:09 +00:00
TakeLast
This commit is contained in:
@@ -41,7 +41,7 @@ namespace NetCoreSandbox
|
||||
{
|
||||
await foreach (var item in UniTaskAsyncEnumerable.Range(1, 10)
|
||||
.SelectAwait(x => UniTask.Run(() => x))
|
||||
.SkipLast(6)
|
||||
.TakeLast(6)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user