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?
Hi,
I'm trying replacing
tokiowithasync-stdin my own project and it's truly amazing. However there's no channel-equivalents likestd::sync::mpscinasync-std, so I have to use thefuturescrate's version.I think it would be very nice to have
mpsc,oneshot, etc. fromfuturescrate re-exported in this crate's namespace for consistency and convenience. Any plan for that?