Shorthand for the client type this pool operates on.
Adds a client to the pool.
Removes a client from the pool.
Whether to open the underlying transports of a client before trying to execute a method if they are not open. This is usually desirable because it allows e.g. to automatically reconnect to a remote server if the network connection is dropped.
Called to determine whether an exception comes from a client from the pool not working properly, or if it an exception thrown at the application level.
Represents a generic client pool which implements TFutureInterface!Interface using multiple TAsyncClients.