Closed
Description
Hi,
I'm trying replacing tokio
with async-std
in my own project and it's truly amazing. However there's no channel-equivalents like std::sync::mpsc
in async-std
, so I have to use the futures
crate's version.
I think it would be very nice to have mpsc
, oneshot
, etc. from futures
crate re-exported in this crate's namespace for consistency and convenience. Any plan for that?