Crate cold_io[][src]

Structs

The proposal is the input to the state machine. It provides timer, io, random number generator, and user-defined data.

The proposer serves the state’s requests and provides network events to it.

The proposer will perform requests sequentially. First it setup source, then blacklists and then disconnect.

Enums

Choose how the proposer will listen incoming connections

Traits

The deterministic state machine. It accepts proposals from network and issues requests. All business logic should be implemented inside.