package
3.1.3+incompatible
Repository: https://github.com/filecoin-project/mir.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
ApplyEventsConcurrently takes a list of events and applies the given applyEvent function to each event in the list.
ApplyEventsSequentially takes a list of events and applies the given applyEvent function to each event in the list.
# Structs
The NullActive module is an ActiveModule that ignores all incoming events and never produces any events.
The NullPassive module is a PassiveModule that ignores all incoming events.
# Interfaces
No description provided by the author
Module generalizes the ActiveModule and PassiveModule types.
No description provided by the author
# Type aliases
The Modules structs groups the modules a Node consists of.