Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 187 Bytes

File metadata and controls

2 lines (2 loc) · 187 Bytes

BatchedAsyncEnumerable

Extension method that will transform IAsyncEnumerable<T> to IAsyncEnumerable<T[]> allowing for efficient asynchronous batch processing with one line of code.