Searched refs:ClientPool (Results 1 – 5 of 5) sorted by relevance
8 from .client import AsyncClient, Client, ClientPool
241 class ClientPool(object): class
269 class ClientPool(bb.asyncrpc.ClientPool): class
11 from .client import ClientPool576 with ClientPool(self.server_address, 10) as client_pool:617 with ClientPool(self.server_address, 10) as client_pool:
602 …self._client_pool = hashserv.client.ClientPool(self.server, self.max_parallel, **self.get_hashserv…