时间:2024-10-14 13:53:39
1、创建manager共享数据manager.list([1,2,3])
3、子线程添加数据mlist.append('foo')
5、进程池Pool进程池里面放5个进程同时跑
7、异步方式启动进程池