python:实现进程池实例
from multiprocessing import Pool
from time import sleep, ctime
# 进程池事件
def worker(msg):
sleep(2)
print(ctime(</
from multiprocessing import Pool
from time import sleep, ctime
# 进程池事件
def worker(msg):
sleep(2)
print(ctime(</