Closed
Description
tokio
has his AsyncRead
trait and others, async-std
use futures
trait and re-export it.
I notice tokio-rs/tokio#1744 says
Once AsyncRead / AsyncWrite are added to std, Tokio will provide
implementations for its types.
I wonder if futures
's AsyncRead
and others will move into std library?