关于[C# Channels - Publish / Subscribe Workflows]的摘要:
In this article, we'll explore the synchronization data structures in .NET's System.Threading.Channels namespace and learn how to use them for designing concurrent workflows. It would be helpful to have some basic understanding of .NET's Task Parallel Library (TPL), but it's in no means necessary. Let's start by introducing some definitions.