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

threadpool: update to std::future #1200

Closed
1 task
carllerche opened this issue Jun 26, 2019 · 0 comments
Closed
1 task

threadpool: update to std::future #1200

carllerche opened this issue Jun 26, 2019 · 0 comments
Milestone

Comments

@carllerche
Copy link
Member

carllerche commented Jun 26, 2019

tokio-threadpool should be updated to use std::future.

This issue is to track discussion and progress.

  • update examples
@carllerche carllerche added this to the v0.2 milestone Jun 26, 2019
carllerche added a commit that referenced this issue Jun 28, 2019
An initial pass at updating `tokio-threadpool` to `std::future`. The
codebase and tests both now run using `std::future` but the wake
mechanism is not ideal. Follow up work will be required to improve on
this.

Refs: #1200
carllerche added a commit that referenced this issue Jun 28, 2019
An initial pass at updating `tokio-threadpool` to `std::future`. The
codebase and tests both now run using `std::future` but the wake
mechanism is not ideal. Follow up work will be required to improve on
this.

Refs: #1200
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

No branches or pull requests

1 participant