18. Interprocess Communication and Networking
- 18.1. socket — 底层网络接口
- 18.3. select — Waiting for I/O 完成
- 18.4. selectors — 高级 I/O 复用库
- 18.5. asyncio — Asynchronous I/O, event loop, coroutines and tasks
- 18.5.4. Transports and protocols (callback based API)
- 18.5.9. Develop with asyncio
- 18.7. asynchat — 异步 socket 指令/响应 处理器
- 18.8. signal — 设置异步事件处理程序