Skip to main content

Wire

Type Alias Wire 

Source
pub type Wire = (Arc<Mutex<dyn Sender>>, Arc<Mutex<dyn Reader>>);
Expand description

Represents a packet Reader and packet Sender tuple