Crate flaky_with_delay

Source
Expand description

This is an example component that delays data and also randomly drop data.

This component uses the existing Delay and Store components.

The main.rs in this folder shows how it can be used.

§Ports

This component has two ports

Structs§

Config
A struct containing configuration options for the component
Flaky
A component needs to support being cloned and also being printed for debug logging.