Skip to main content

Module loop_core

Module loop_core 

Source
Expand description

RaftLoop struct, constructors, top-level run loop, and thin wrappers over MultiRaft proposal APIs. The tick body lives in super::tick; the inbound-RPC handler lives in super::handle_rpc; the async join orchestration lives in super::join.

Structs§

RaftLoop
Raft event loop coordinator.

Traits§

CommitApplier
Callback for applying committed Raft log entries to the state machine.
SnapshotQuarantineHook
Hook for quarantine integration on the Raft snapshot receive path.

Type Aliases§

VShardEnvelopeHandler
Type-erased async handler for incoming VShardEnvelope messages.