pub(super) type ReplicaResponse<T> = (ReplicaId, u64, ComputeResponse<T>);
Expand description
A response from a replica, composed of a replica ID, the replica’s current epoch, and the compute response itself.
pub(super) type ReplicaResponse<T> = (ReplicaId, u64, ComputeResponse<T>);
A response from a replica, composed of a replica ID, the replica’s current epoch, and the compute response itself.