SLMT / telnet-rs

A simple implementation of Telnet in Rust.
MIT License
45 stars 20 forks source link

async Future support? #14

Open BartMassey opened 4 years ago

BartMassey commented 4 years ago

Would be nice to be able to use this library with async/await. I don't think it's super hard, although I don't have time to look at it right this second.

SLMT commented 4 years ago

Good suggestion!

I actually have been aware of the need of integrating async/await since these have become stable in the standard library. We definitely need to implement this, but I need some time to look into it and figure how to implement it properly.