Skip to main content

Module processor

Module processor 

Source
Expand description

The Processor trait: synchronous, sans-IO stage logic.

Structs§

Decision
Outcome of Processor::decide_data / Processor::decide_system: a disposition for the input frame plus zero or more effects to emit.

Enums§

Disposition
What happens to the frame that Processor::decide_data or Processor::decide_system just received.

Traits§

Processor
The pure core of a stage.