Ask HN: What are the benefits of using Rust async HTTP clients?
https://news.ycombinator.com/item?id=23729639Generally it seems like async only has a real benefit when there are many connections.
Is there a scenario where using an HTTP client implemented with Rust's async features gives a substantive performance benefit?