Expand description
Container for channels used by data logger module
Structs§
- Data
Logger Channels - 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.