Lfan-ke/raft-moonbit/tracker does not have a README file
pub(all) struct Progress {
next_index : UInt64
match_index : UInt64
state : ProgressState
recent_active : Bool
msg_app_flow_paused : Bool
pending_snapshot : UInt64
is_learner : Bool
sent_commit : UInt64
inflights : Inflights
}Raft consensus algorithm implemented in MoonBit.