2022年7月27日

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 iUpoint 阅读(31) 评论(0) 推荐(0) 编辑

导航