Hacker News new | ask | show | jobs
by pjmlp 1331 days ago
It is kind of interesting to see all ecosystems that have adopted async/await to go through the same pain points as we have in .NET.

It took from .NET 4.5 up to .NET 5 (don't forget the whole .NET Core transition in the middle), to sort out the async/await across all possible workflows, and after all this, they started to consider also adding virtual threads support due to the colouring aspect of it.

1 comments

golang is atomic message passing (although async/await exist).