Function almost_raft::election::raft_election[][src]

pub async fn raft_election<T: Node + Debug>(state: RaftElectionState<T>)
Expand description

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