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.
In that regard, rust is actually behind. Async/await is still coming.