Hacker News new | ask | show | jobs
by potatochup 962 days ago
That's true for implementations like python async, but rust operates a bit differently (mostly to avoid allocations across await points). The author of this article has some other very good posts about it.