The Concurrency Runtime does not support the use of concurrency objects in a shared data section, for example, a data section that is created by the data_seg.
共用跨处理序界限的并行存取物件可以将执行阶段放在不一致或不正确的状态。
For these reasons, such code elements are omitted from the Concurrency Runtime documentation.
基于上述原因,并发运行时文档中将省略这类代码元素。
The Concurrency Runtime also provides synchronization primitives that use cooperative blocking to synchronize access to resources.
并行执行阶段还提供同步处理基本型别,这些基本型别会使用合作式封锁来同步处理资源存取。
The Concurrency Runtime simplifies parallel programming and helps you write robust, scalable, and responsive parallel applications.
并行执行阶段可简化平行程序设计,并协助您撰写完善、可扩充且有回应的平行应用程序。
Provides complete code examples that demonstrate how to use the Concurrency Runtime in real applications.
了解如何优化应用程序以及最为高效地使用并发运行时。
Represents an abstraction for a Concurrency Runtime scheduler.
表示并发运行时计划程序的抽象。
The Concurrency Runtime provides a default scheduler so that you do not have to manage infrastructure details.
并行执行阶段所提供的预设排程器,可让您无须管理基础结构细节。