C# Async/Await
Comments discuss C#'s async/await feature, its history, implementation, comparisons to other languages like Go, F#, and JS, and debates on its effectiveness for asynchronous programming.
Activity Over Time
Top Contributors
Keywords
Sample Comments
Hasn't the introduction of async/await to C# been rather successful?
I'll say. That's how C# handles async too
C#'s async/await sucks compared to Go's approach.
Wasn't c# the first to introduce the async() concept though?
The article specifically mentions the async/await feature of C# and explains how it does not solve the problem, just make it less ugly to deal with.
Is this like async/await machinery in .NET?
I'm not talking about C#, but about libraries in other languages that support async behaviour
Like C# (and now ES7's) async/await?
looks like async/await (C#) is close to what you're looking for.
Async/await started with F# and was added to C# later.