Represents an abstraction for a Concurrency Runtime scheduler.
表示并发运行时计划程序的抽象。
This section contains reference information for the Concurrency Runtime.
此节包含并发运行时的参考信息。
The Concurrency Runtime will create a default scheduler per process to execute parallel work.
并发运行时将为每个进程创建默认计划程序来执行并行工作。
Provides complete code examples that demonstrate how to use the Concurrency Runtime in real applications.
了解如何优化应用程序以及最为高效地使用并发运行时。
The Agents Library builds on the scheduling and resource management components of the Concurrency Runtime.
代理库基于并发运行时的计划和资源管理组件生成。
The scenario-based topics in this section show how to use many of the features of the Concurrency Runtime.
本节中基于方案的主题演示如何使用并行运行时的多项功能。
The Concurrency Runtime provides a default scheduler so that you do not have to manage infrastructure details.
并行执行阶段所提供的预设排程器,可让您无须管理基础结构细节。
Describes the Concurrency Runtime, which simplifies parallel programming, and contains links to related topics.
描述可简化并行编程的并发运行时,并包含指向相关主题的链接。
A concurrency runtime provides uniformity and predictability to applications and application components that run simultaneously.
并行执行阶段为同时执行的应用程序和应用程序元件提供了统一性和可预测性。
The Concurrency Runtime simplifies parallel programming and helps you write robust, scalable, and responsive parallel applications.
并行执行阶段可简化平行程序设计,并协助您撰写完善、可扩充且有回应的平行应用程序。
The concurrency Runtime raises the level of abstraction so that you do not have to manage the infrastructure details that are related to concurrency.
并行执行阶段提高了抽象层级,让您不需要管理与并行相关的基础结构细节。
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.
共用跨处理序界限的并行存取物件可以将执行阶段放在不一致或不正确的状态。
This class describes an exception that is thrown when an invalid operation is performed that is not more accurately described by another exception type thrown by the Concurrency Runtime.
此类描述执行无效操作时引发的异常,该类不比并发运行时引发的另一异常类型描述得更为准确。
Functional programming represents the next abstraction leap: ceding more mundane details such as iteration, concurrency, and state to the runtime as much as possible.
函数编程代表了下一个抽象阶段:将更加琐碎的细节如遍历、并发性和状态尽可能留给运行时处理。
The runtime also provides additional services like logging and concurrency.
运行库还提供了一些额外服务,比如日志和并发性。
These goroutines are mapped to the appropriate operating-system concurrency primitives (e.g. POSIX threads) by the go runtime.
这些goroutine将会通过go运行时而映射到适当的操作系统原语(比如,POSIX线程)。
These goroutines are mapped to the appropriate operating-system concurrency primitives (e.g. POSIX threads) by the go runtime.
这些goroutine将会通过go运行时而映射到适当的操作系统原语(比如,POSIX线程)。
应用推荐