omnilib / aioitertools

itertools and builtins for AsyncIO and mixed iterables
https://aioitertools.omnilib.dev
MIT License
243 stars 24 forks source link

Add `chunked` that accepts `AsyncIterator` #141

Closed simon-liebehenschel closed 2 years ago

simon-liebehenschel commented 2 years ago

There is chunked that accepts Iterator, but I see here not chunked that can accept AsyncIterator.

Similar to this code

simon-liebehenschel commented 2 years ago

I am really sorry. I have multiple dependencies with similar names to your package, and I confused imports.