Hacker News new | ask | show | jobs
by ori_b 202 days ago
Do you mean RPCs, or dispatching to threads?

If not, your async code is a deterministic state machine. They're going to complete in the same order. Async is just a way of manually scheduling task switches.