Skip to content

Instantly share code, notes, and snippets.

@gterzian
Created November 25, 2023 06:01
Show Gist options
  • Save gterzian/5cf8c7b9933034ff7598aed267da0f64 to your computer and use it in GitHub Desktop.
Save gterzian/5cf8c7b9933034ff7598aed267da0f64 to your computer and use it in GitHub Desktop.
enum Consensus {
MultiPaxos(Vec<Arc<Mutex<Synod>>>),
ViewStampedReplication(Arc<Mutex<VsrState>>)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment