-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
tokio: provide future / stream / sink helpers #1225
Comments
* timer: restructure feature flags * update timer tests * Add `async-traits` to CI This also disables a buggy `threadpool` test. This test should be fixed in the future. Refs #1225
Switch to futures-sink: #1244 |
This sounds like it's "decided" to use |
As of now, Tokio will add a public dependency on the |
Currently, the goal is to update
master
to usestd::future
. There currently are no future helpers provided bystd
. However, there are helpers provided byfutures-rs
and other locations.tokio
must decide how it will depend on external crates for both private and public usage as well as what helperstokio
will provide itself.Fix TODO
This list tracks places in the code base that had temporary code applied to get things working and need a second pass.
Refs: rust-lang/futures-rs#1701, rust-lang/futures-rs#1700
The text was updated successfully, but these errors were encountered: