关于[C# Futures: Deferred Error Handling ]的摘要:
When writing robust software, there is often a need to perform a series of retriable operations. In order to make the system robust, each operation in the series can be coded so it is independent of the status of the previous operation. As a concrete example, consider a file processing pipeline.
原文地址: https://www.infoq.com/news/2019/04/csharp-defered-error-handling