Hacker News new | past | comments | ask | show | jobs | submit login

Native applications don’t need that, though. Modern languages embrace async/await and don’t waste cycles or block the UI or even the backend unnecessarily waiting for network/local IO or user interaction.

In that regard, rust is actually behind. Async/await is still coming.




Native applications don’t get blocked waiting for backend engineers to implement a new REST endpoint?

Native applications don’t benefit from smaller responses of just the data they need to render a view?

I am confused.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: