python 多进程,多线程
摘要:python 多进程,多线程 import time from math import sqrt def test_func_1(val): time.sleep(1) return sqrt(val**2) %time [test_func_1(i) for i in range(10)] #多进
阅读全文
posted @ 2022-07-27 14:42
posted @ 2022-07-27 14:42
posted @ 2022-07-06 11:00