pub type PbActorCountPerParallelism = ActorCountPerParallelism;Aliased Type§
pub struct PbActorCountPerParallelism {
pub worker_id_to_actor_count: HashMap<u32, WorkerActorCount>,
pub hard_limit: u64,
pub soft_limit: u64,
}Fields§
§worker_id_to_actor_count: HashMap<u32, WorkerActorCount>§hard_limit: u64§soft_limit: u64