You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Since async/await syntax is now in nightly, we should start migrating to the latest futures APIs.
Describe the solution you'd like
Migrate all APIs to use std::Future (or tokio::future::Future).
Is your feature request related to a problem? Please describe.
Since
async
/await
syntax is now in nightly, we should start migrating to the latest futures APIs.Describe the solution you'd like
Migrate all APIs to use
std::Future
(ortokio::future::Future
).Additional context
Tracking Issue: rust-lang/rust#50547
The text was updated successfully, but these errors were encountered: