Closed
Description
Hi,
And kudos for this very promising project.
I'm currently trying to replace all instances of futures.rs
and tokio
with async-std
.
However, hyper
requires streams that implement the tokio::io::AsyncRead
and AsyncWrite
traits.
Given a stream obtained from async-std
, such as a TcpStream
, how can I get something that implements tokio
's traits?
Thanks again for async-std
!
Metadata
Metadata
Assignees
Labels
No labels