Hacker News new | ask | show | jobs
by bilekas 700 days ago
> Async != concurrency.

Right, but tasks are sharing the same thread which is fine, but when we need to expand on that with them actually working async, i.e non blocking, fire and quasi-forget, its tricky. That's all I'm saying.

1 comments

The Rust async experience indeed has lots of pitfalls, very much agree there.
s/The Rust/All/