关于[C# Async API: The Missing Parts]的摘要:
Many years ago, C# introduced a way to run asynchronous operations that truly changed how we write concurrent code. The C# async API used to push the frontier on many aspects of concurrent execution. The introduction of async / await, along with a monadic like API, made this beautiful language (C#) very desirable when coding multi-threading workloads. However, the time has passed, and other languages continue to update their APIs while .NET has kept unchanged.
原文地址: https://hackernoon.com/c-async-api-the-missing-parts-2229a2b3732