rsocket / rsocket-rust

RSocket Rust Implementation using Tokio
Apache License 2.0
209 stars 19 forks source link

Tokio 0.2 (async/await) #1

Closed frol closed 4 years ago

frol commented 4 years ago

Do you have plans to migrate to async/await syntax?

jjeffcaii commented 4 years ago

Yes! I think that async/await is the best way to implement it, but there is still a lot of work to do for this repo before it. I'm a beginner of Rust. Welcome to contribute codes if you are interested. :smiley:

jjeffcaii commented 4 years ago

async/await has been added in release v0.2.0. @frol