Hacker News new | ask | show | jobs
by ruduhudi 657 days ago
With async IO you can do stuff concurrently without doing it in parallel which is a desirable thing for many workloads. With only threads you‘d need sync primitives all over the place.