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

Remove Box::pin requirement in usage of Pageable #668

Merged
merged 1 commit into from
Mar 1, 2022

Conversation

yoshuawuyts
Copy link
Contributor

Need to wait on CI to pass. But if things work out this removes the need to use Box::pin when iterating over a Pageable type, simplifying the use of our streaming APIs. Thanks!

@yoshuawuyts yoshuawuyts requested a review from rylev March 1, 2022 14:18
Copy link
Contributor

@rylev rylev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Amazing!

@rylev rylev merged commit 6f35e13 into Azure:main Mar 1, 2022
@yoshuawuyts yoshuawuyts deleted the pageable-no-box-pin branch March 1, 2022 16:02
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.

2 participants