new_callback_chan

Function new_callback_chan 

Source
pub fn new_callback_chan() -> (Sender<Status>, Receiver<Status>)
Expand description

Helper function to generate transmitting and receiver pair that can be utilized for the crate::CallbackChan for input modules.