长风在西瓜糖里
Blog
Books
Garden
concurrent
2022-11-26
futures
Executor 对象
ThreadPoolExecutor
通过线程池来异步执行调用.
ProcessPoolExecutor
通过进程池来异步地执行调用
Future 对象
#
python
#
library
#
并发