pub async fn component_mpsc_to_broadcast<TMessage>(
input: Receiver<TMessage>,
output: Sender<TMessage>,
)where
TMessage: IMessage,Expand description
Компонент для перенаправления сообщений из tokio::sync::mpsc
в tokio::sync::broadcast