- Possible small fix for .prune ratelimiting

- Use .WhenAll extension instead of Task.WhenAll in a few more places
This commit is contained in:
Kwoth
2022-01-03 04:31:56 +01:00
parent df3e60b61f
commit 21bef1a98e
4 changed files with 6 additions and 7 deletions

View File

@@ -88,8 +88,6 @@ public static class EnumerableExtensions
where T : class, IIndexed
=> new(enumerable);
// todo use this extension instead of Task.WhenAll
/// <summary>
/// Creates a task that will complete when all of the <see cref="Task{TResult}" /> objects in an enumerable
/// collection have completed