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 an inherent into_stream method for ConcurrentIterator #178

Open
yoshuawuyts opened this issue Apr 12, 2024 · 0 comments
Open

Add an inherent into_stream method for ConcurrentIterator #178

yoshuawuyts opened this issue Apr 12, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@yoshuawuyts
Copy link
Owner

Based on this comment, I think what we might be missing is way to convert a concurrent stream back to a sequential one.

That should allow for staged composition with separate concurrency limits, where each stage preserves its own internal state — but externally it still just looks like what we would expect with sequences going in, sequences going out.

@yoshuawuyts yoshuawuyts added the enhancement New feature or request label Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant