Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement pagination helpers without streams #720

Open
coryan opened this issue Jan 17, 2025 · 0 comments
Open

Implement pagination helpers without streams #720

coryan opened this issue Jan 17, 2025 · 0 comments
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@coryan
Copy link
Contributor

coryan commented Jan 17, 2025

As shows by the LRO changes, we can unconditionally implement a stream-like struct without having to implement the future::Stream trait, and then implement the stream trait conditionally.

That seems more friendly: the easy to use API is always available, and if you want streams (with all the StreamExt goodies) you can turn that on.

@coryan coryan added priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. labels Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

1 participant