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

Add iterator methods to BufferUnordered #2922

Open
Coca162 opened this issue Feb 8, 2025 · 0 comments
Open

Add iterator methods to BufferUnordered #2922

Coca162 opened this issue Feb 8, 2025 · 0 comments
Labels
A-stream Area: futures::stream C-feature-request

Comments

@Coca162
Copy link

Coca162 commented Feb 8, 2025

Currently there is no way to see the currently in progress futures in a BufferUnordered when these are directly accessible in FuturesUnordered which it uses. This would have the same use case as FuturesUnordered's iterator methods but for situations where a ratelimit would be needed.

@taiki-e taiki-e added C-feature-request A-stream Area: futures::stream labels Feb 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-stream Area: futures::stream C-feature-request
Projects
None yet
Development

No branches or pull requests

2 participants