pub fn message_receivers<S, F>(setup: &S, msg_receiver: F)
Expand description
Processes message receivers for the quorum change protocol.
This function handles the distribution of messages to the appropriate receivers based on the protocol setup and message type.
§Type Parameters
S
- A type implementing theQuorumChangeSetupMessage
traitF
- A closure type for processing message receivers
§Arguments
setup
- The protocol setup configurationmsg_receiver
- A closure that processes each message receiver