
协程
Saggitarxm
本人熟悉Python语言,Golang语言WEB后台开发,希望和大家分享知识,互相交流。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
线程池
https://blog.csdn.net/qq_40317897/article/details/89921083"""@author: zhangjun.xue@time: 2019/12/17 22:06@file: gevent_work_test.py@desc:"""import timeimport geventimport requestsfrom thr...原创 2019-12-17 16:00:22 · 192 阅读 · 0 评论 -
协程和多线程
"""@author: zhangjun.xue@time: 2019/12/17 22:06@file: gevent_work_test.py@desc:"""import timeimport geventimport requestsfrom threading import Threaddef gevent_work_test(work_list, func):...原创 2019-12-17 15:27:33 · 184 阅读 · 0 评论 -
python - 协程 的使用示例
"""@author: zhangjun.xue@time: 2019/12/17 22:06@file: gevent_work_test.py@desc:"""import timeimport geventimport requestsdef gevent_work_test(work_list, func): """ :param work_list...原创 2019-12-17 15:21:59 · 123 阅读 · 0 评论