摘要:
```#进程池from concurrent.futures import ThreadPoolExecutor,ProcessPoolExecutorimport time,ospool=ProcessPoolExecutor(5)def task(n): print(n,os.getpid()) time.sleep(2) return n*ndef call_back(n)... 阅读全文
posted @ 2020-04-27 20:38
Joab-0429
阅读(141)
评论(0)
推荐(0)

浙公网安备 33010602011771号