### Things to check first - [x] I have searched the existing issues and didn't find my feature already requested there ### Feature description This would add an async counterpart for the [itertools](https://docs.python.org/3/library/itertools.html) standard library module. ### Use case The need to iterate over async iterables is a fairly common one, and this is why [aioitertools](https://github.com/omnilib/aioitertools) exists.
Things to check first
Feature description
This would add an async counterpart for the itertools standard library module.
Use case
The need to iterate over async iterables is a fairly common one, and this is why aioitertools exists.