Skip to main content

SharedInput

Type Alias SharedInput 

Source
pub type SharedInput = Arc<Mutex<dyn Read + Send>>;
Expand description

Shared reader half: mutex-guarded Read behind an Arc, so every binding aliases one channel.

Aliased Typeยง

pub struct SharedInput { /* private fields */ }