Example #1
0
 def run(pool, num):
     with pool.use() as http:
         http.request(all_url[num])
Example #2
0
def run(pool):
    with pool.use() as http:
        http.request(url)
 def run(pool,num):
     with pool.use() as http:
         http.request(all_url[num])