流畅的Python-Fluent Python读书笔记-18-使用asyncio包处理并发 2018年7月2日 by Winston 本章开头辨析了“并发”、“并行”概念的差异。并发是指一次处理多件事 – 靠分配时间片轮换。并行是指 … Read more