Skip to content

chore: Simplify iterator types by using stdlib types#38

Merged
kylebarron merged 3 commits into
mainfrom
kyle/simplify-iterator-types
May 28, 2025
Merged

chore: Simplify iterator types by using stdlib types#38
kylebarron merged 3 commits into
mainfrom
kyle/simplify-iterator-types

Conversation

@kylebarron

@kylebarron kylebarron commented May 28, 2025

Copy link
Copy Markdown
Member

Change list

  • Remove BufferIterator in favor of Iterator[Buffer]
  • Remove BufferStream in favor of AsyncIterator[Buffer]
  • Remove ListIterator in favor of Iterator[ObjectMeta]
  • Remove ListStream in favor of AsyncIterator[ObjectMeta]

@kylebarron kylebarron merged commit 5b38505 into main May 28, 2025
5 checks passed
@kylebarron kylebarron deleted the kyle/simplify-iterator-types branch May 28, 2025 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant