Upgrading to std Futures and latest tokio
tyranron opened this issue ยท 3 comments
tyranron commented
Hi, there! Thank you for this crate ๐
I'd like to use it extensively, but is it still maintained? The latest change was made at Aug 4 2018 and master
depends on tokio-core
, which is deprecated long ago.
How about upgrading to the latest tokio
and refactoring with std
Future
s which will come in the nearest 1.36 Rust release? Would you mind on my elaboration on it?
cksac commented
Hi, I do plan to migrate to std Future
later