Module raft_consensus::consensus[][src]

Implementation of Raft consensus API

Structs

Consensus

An instance of a Raft state machine. The Consensus controls a client state machine, to which it applies entries in a globally consistent order.

HandledConsensus

Convenience wrapper over consensus, providing single handler