Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> With actix-web, you can run asyncio and sync code in the same server. It lets you take full advantage of Rust's concurrency.

Will actix-web become obsolete or be replaced when Rust releases async/await in 2019?



No; async/await produces Futures, which is what actix-web uses.

It will use a slightly older futures, but that's why there's a compatibility layer, and I'm sure they'll update fairly quickly after stabilization and so you could just use that version as well.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: