ws-rs icon indicating copy to clipboard operation
ws-rs copied to clipboard

Async/await API

Open frol opened this issue 5 years ago • 3 comments

Do you plan to provide async/await-based API?

P.S. The first step would probably be merging Rust 2018 edition support (#287)

frol avatar Aug 19 '19 05:08 frol

@housleyjk I'll attempt to port some portions to async/await if you're willing to accept a PR. If not, I'll likely publish an async-ws crate.

jhpratt avatar Aug 29 '19 15:08 jhpratt

It would be very nice to have this crate with async/await features.

serzhiio avatar Oct 16 '19 19:10 serzhiio

Well, I am still a bit new to the WS ecosystem, so I just want to point out that there is an on-going effort in porting tokio-tungstenite to tokio 0.2 with async/await API.

frol avatar Oct 17 '19 07:10 frol