Module reflector

Module reflector 

Source
Expand description

Mechanisms for processing a data source and sharing the processed results.

Structs§

Reflector
Reflector composes a source of data with a processor that is used to transform the data, and then stores the results and allows for shared access by multiple callers.

Traits§

Processor
Processes input data and modifies shared state based on the result.