python-parallel-programming-cookbook-cn
latest

Contents:

  • 第一章 认识并行计算和Python
  • 第二章 基于线程的并行
  • 第三章 基于进程的并行
  • 第四章 异步编程
    • 1. 介绍
    • 2. 使用Python的 concurrent.futures 模块
    • 3. 使用Asyncio管理事件循环
    • 4. 使用Asyncio管理协程
    • 5. 使用Asyncio控制任务
    • 6. 使用Asyncio和Futures
  • 第五章 分布式Python编程
  • 第六章 Python GPU编程
python-parallel-programming-cookbook-cn
  • Docs »
  • 第四章 异步编程
  • Edit on GitHub

第四章 异步编程¶

  • 1. 介绍
  • 2. 使用Python的 concurrent.futures 模块
    • 2.1. 使用线程池和进程池
    • 2.2. 准备工作
    • 2.3. 如何做…
    • 2.4. 讨论
    • 2.5. 了解更多
  • 3. 使用Asyncio管理事件循环
    • 3.1. 什么是事件循环
    • 3.2. 准备工作
    • 3.3. 如何做…
    • 3.4. 讨论
  • 4. 使用Asyncio管理协程
    • 4.1. 准备工作
    • 4.2. 如何做…
    • 4.3. 讨论
  • 5. 使用Asyncio控制任务
    • 5.1. 准备工作
    • 5.2. 如何做…
    • 5.3. 讨论
  • 6. 使用Asyncio和Futures
    • 6.1. 准备工作
    • 6.2. 如何做…
    • 6.3. 讨论
    • 6.4. 了解更多
Next Previous

© Copyright 2017, laixintao Revision 9593e628.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: latest
Versions
latest
Downloads
pdf
html
epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.