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

Move futures to std, etc #3842

Merged
merged 7 commits into from
Oct 25, 2012
Merged

Move futures to std, etc #3842

merged 7 commits into from
Oct 25, 2012

Conversation

brson
Copy link
Contributor

@brson brson commented Oct 23, 2012

#2491

Futures are not that important to Rust - oneshot pipes can be used in most cases. I will feel more comfortable not making them a core dependency. The only significant effect this has is that task::future_result now just uses a pipes::Chan instead of a future.

@brson
Copy link
Contributor Author

brson commented Oct 25, 2012

r? @nikomatsakis

@nikomatsakis
Copy link
Contributor

r+

@brson brson merged commit d29962f into rust-lang:incoming Oct 25, 2012
bors pushed a commit to rust-lang-ci/rust that referenced this pull request May 15, 2021
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