Skip to main content

SharedPtyWriter

Type Alias SharedPtyWriter 

Source
pub type SharedPtyWriter = Arc<Mutex<Box<dyn Write + Send>>>;
Expand description

Platform-neutral handles for a running native PTY child. Independently-lockable PTY input writer (issue #590, cluster D). Kept separate from the handles mutex so a blocking write never holds that lock — see the field docs on NativePtyHandles::writer.

Aliased Type§

pub struct SharedPtyWriter { /* private fields */ }