fastwebsockets icon indicating copy to clipboard operation
fastwebsockets copied to clipboard

Support futures / async-std traits

Open A248 opened this issue 2 years ago • 0 comments

By supporting the traits from futures, library users who use async-std (and a few other runtimes that use traits from futures) wouldn't need to pull in Tokio's competing set of async traits. Constantly creating compatibility layers between the Tokio traits and the futures traits becomes tedious after a while.

A248 avatar Nov 24 '23 21:11 A248