コード例 #1
0
 def run(pool, num):
     with pool.use() as http:
         http.request(all_url[num])
コード例 #2
0
def run(pool):
    with pool.use() as http:
        http.request(url)
コード例 #3
0
 def run(pool,num):
     with pool.use() as http:
         http.request(all_url[num])