Hacker News new | ask | show | jobs
by starlevel003 1040 days ago
> Separately, if just going for concurrency for i/o, async/await is pretty amazing:

That's not async or concurrent. You're running a synchronous function in an asynchronous task which cancels out.