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

It’s frustrating there seems to be no good threaded web server for Rust given how uniquely great Rust is at threading.

You can adapt from async to sync but there is a definite complexity tax with all the pinning plus the runtime cost of the extra pinning.

Async is great for more proxy like use cases though.



*runtime cost of the extra copying.




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

Search: