thrift.codegen.client_pool

Undocumented in source.

Members

Classes

TClientPool
class TClientPool(Interface)

Manages a pool of TClients for the given interface, forwarding RPC calls to members of the pool.

Functions

tClientPool
TClientPool!Interface tClientPool(TClientBase!Interface[] clients)

TClientPool construction helper to avoid having to explicitly specify the interface type, i.e. to allow the constructor being called using IFTI (see $(DMDBUG 6082, D Bugzilla enhancement requet 6082)).

Meta