mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-04 00:34:26 -05:00 
			
		
		
		
	- Possible small fix for .prune ratelimiting
- Use .WhenAll extension instead of Task.WhenAll in a few more places
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user