Skip to main content

Module command

Module command 

Source
Expand description

Pure aggregator returned by update. Reimplements the pattern of crux_core::command::Command<Effect, Event> with no external dependency.

events are synchronous Msgs to feed back into update in the same tick. effects are IO descriptions handed to the runtime’s effect runner.

Structs§

Command