1 Star 0 Fork 3

云时之间/Fake-APP

forked from Kris-CN/Fake-APP 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
spider_app_html.py 385 Bytes
一键复制 编辑 原始数据 按行查看 历史
import threadpool
import time
def sayhello(str):
print ("Hello ",str)
time.sleep(2)
name_list =['xiaozi','aa','bb','cc']
start_time = time.time()
pool = threadpool.ThreadPool(10)
requests = threadpool.makeRequests(sayhello, name_list) #单个参数的时候调用
[pool.putRequest(req) for req in requests]
pool.wait()
print ('%d second'% (time.time()-start_time))
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/yunshizhijian/fake-app.git
[email protected]:yunshizhijian/fake-app.git
yunshizhijian
fake-app
Fake-APP
master

搜索帮助