2022年9月8日

摘要: 线程池的基类是 concurrent.futures 模块中的 Executor,Executor 提供了两个子类,即 ThreadPoolExecutor 和 ProcessPoolExecutor,其中 ThreadPoolExecutor 用于创建线程池,而 ProcessPoolExecut 阅读全文
posted @ 2022-09-08 16:29 sdlyxyf 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 使用func_timeout设置函数超时退出,使用func_set_timeout装饰器和func_timeout方法 from func_timeout import func_set_timeout,exceptions.FunctionTimedOut import time @func_se 阅读全文
posted @ 2022-09-08 16:22 sdlyxyf 阅读(1152) 评论(0) 推荐(0) 编辑

导航