Hacker News new | ask | show | jobs
by h0l0gr4ph1c 1916 days ago
I actively choose libraries that are non-async. I don't want to use the programming model.

If aysnc could work like regular blocking code , if we want, and async code when you want, I think rust would be in a better place.

Just because you can do something doesn't mean you should.