Module almost_raft::election[][src]

handles election process

Structs

RaftElectionState

Current state of the Raft

Functions

raft_election

Start the election process. Note that, the function has a infinite loop, so will never return.