Skip to main content

SharedPtyShell

Type Alias SharedPtyShell 

Source
pub type SharedPtyShell = Arc<Mutex<Option<PtyShell>>>;
Expand description

Thread-safe wrapper for PtyShell

Aliased Typeยง

pub struct SharedPtyShell { /* private fields */ }