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

Update multistream-select for stable futures #1331

Closed
wants to merge 6 commits into from

Conversation

tomaka
Copy link
Member

@tomaka tomaka commented Dec 2, 2019

Opening as a draft to show that I'm working on it. No totally finished yet, but close.

The diff right now is +250 -1205, but that's normal. I refactored most of the code to use async/await rather than polling.

@tomaka
Copy link
Member Author

tomaka commented Jan 10, 2020

Progress on this PR had stopped because of issues with pinning that #1384 should solve.

@thomaseizinger
Copy link
Contributor

#1384 is merged by now. What are the plans with this PR?

@tomaka
Copy link
Member Author

tomaka commented Feb 19, 2020

I haven't touched it in the past weeks, but it turned out to be more complicated than actually thought, as using async/await forces Send + 'static everywhere, which means that we would have to add these bounds to lots of places.

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