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
@Sherlock-Holo there's no agreed timeline or proposal for this, but there seems to be a general consensus that this is desirable. Conversations of what to tackle next in the async space have been ongoing and documented on Niko's blog. In particular the following two interviews seem worth checking out:
#5 Steven Fackler covers challenges and directions around async Read/Write and uninitialized memory. This shares a perspective grounded in the Tokio ecosystem.
#7 Withoutboats shares a high-level lang/libs team perspective on which steps to prioritize next to progress the state of async Rust.
In the end it's up to the lang and libs teams to prioritize what to pick up next. I'm not aware of any concrete plans, but the intention seems to be clear that this is indeed something that people would like to see happen.
tokio
has hisAsyncRead
trait and others,async-std
usefutures
trait and re-export it.I notice tokio-rs/tokio#1744 says
I wonder if
futures
'sAsyncRead
and others will move into std library?The text was updated successfully, but these errors were encountered: