pub type PbActorCountPerParallelism = ActorCountPerParallelism;
Expand description
Alias for ActorCountPerParallelism
.
Aliased Type§
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