Python 进程池

来源:互联网 发布:淘宝350模板怎么买不了 编辑:程序博客网 时间:2024/06/08 08:05

当使用pool 时,必须先 pool.close() 再 pool.join()

0 0