Skip to main content

Client

Type Alias Client 

Source
type Client = Partitioned<Client<ComputeCommand, ComputeResponse>, ComputeCommand, ComputeResponse>;

Aliased Type§

struct Client {
    pub parts: Vec<Client<ComputeCommand, ComputeResponse>>,
    /* private fields */
}

Fields§

§parts: Vec<Client<ComputeCommand, ComputeResponse>>

The individual partitions representing per-worker clients.