pub type SharedPtyShell = Arc<Mutex<Option<PtyShell>>>;
Thread-safe wrapper for PtyShell
PtyShell
pub struct SharedPtyShell { /* private fields */ }