Crate commonware_collector

Source
Expand description

Collect responses to Committable requests.

§Status

commonware-collector is ALPHA software and is not yet recommended for production use. Developers should expect breaking changes and occasional instability.

Modules§

p2p
Implementation of a commonware_p2p-optimized collector.

Traits§

Handler
A Handler receives requests and (optionally) sends replies.
Monitor
A Monitor collects responses from Handlers.
Originator
An Originator sends requests out to a set of Handlers and collects replies.