pub fn three_phase_commit(participants: &mut Vec<ThreePCParticipant>) -> boolExpand description
Run a full 3PC protocol. Returns true if committed.
pub fn three_phase_commit(participants: &mut Vec<ThreePCParticipant>) -> boolRun a full 3PC protocol. Returns true if committed.