Python 超时(运行时间太长) 结束进程
2021-04-24 01:29
阅读:443
标签:monkey let 结束进程 class timeout python als imp 进程 输出: Python 超时(运行时间太长) 结束进程 标签:monkey let 结束进程 class timeout python als imp 进程 原文地址:https://www.cnblogs.com/zrzm/p/13266840.html
1 import time
2 import eventlet
3 eventlet.monkey_patch()
4 with eventlet.Timeout(2,False): #设置超时时间为2秒
5 time.sleep(3)
6 print(‘超过时长的将不再运行‘)
7 print(‘其他操作‘)
其他操作
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:Python 超时(运行时间太长) 结束进程
文章链接:http://soscw.com/index.php/essay/78733.html
文章标题:Python 超时(运行时间太长) 结束进程
文章链接:http://soscw.com/index.php/essay/78733.html
评论
亲,登录后才可以留言!