pub fn create_channels() -> (Sender<ControllerInputPayload>, Receiver<ControllerInputPayload>, Sender<UiMessage>, Receiver<UiMessage>)Expand description
Creates a pair of channels for TUI-Controller communication
pub fn create_channels() -> (Sender<ControllerInputPayload>, Receiver<ControllerInputPayload>, Sender<UiMessage>, Receiver<UiMessage>)Creates a pair of channels for TUI-Controller communication