Concurrent Execution并发执行

The modules described in this chapter provide support for concurrent execution of code. 本章描述的模块支持代码的并发执行。The appropriate choice of tool will depend on the task to be executed (CPU bound vs IO bound) and preferred style of development (event driven cooperative multitasking vs preemptive multitasking). 工具的适当选择将取决于要执行的任务(CPU绑定vs IO绑定)和首选的开发风格(事件驱动协同多任务vs抢占式多任务)。Here’s an overview:这里是一个概述:

The following are support modules for some of the above services:以下是上述某些服务的支持模块: