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
By supporting the traits from futures, library users who use async-std (and a few other runtimes that use traits from futures) wouldn't need to pull in Tokio's competing set of async traits. Constantly creating compatibility layers between the Tokio traits and the futures traits becomes tedious after a while.
The text was updated successfully, but these errors were encountered:
By supporting the traits from
futures
, library users who use async-std (and a few other runtimes that use traits fromfutures
) wouldn't need to pull in Tokio's competing set of async traits. Constantly creating compatibility layers between the Tokio traits and thefutures
traits becomes tedious after a while.The text was updated successfully, but these errors were encountered: