Module data_logger_channels

Source
Expand description

Container for channels used by data logger module

Structs§

DataLoggerChannels
Struct acts as a central hub for communication channels used by the DataLogger. It’s a way to bundle together all the necessary mpsc (Multi-Producer, Single-Consumer) channel endpoints that the data logger needs to interact with other parts of your application.