aboutsummaryrefslogtreecommitdiffstats
path: root/src/tokio.rs
blob: e2efa568ea23ee8bb979072f464a0354c3083dd0 (plain) (blame)
1
2
3
4
5
type Pt = crate::pty::tokio::AsyncPty;

pub type Command = crate::Command<tokio::process::Command, Pt>;
pub type Child = crate::Child<tokio::process::Child, Pt>;
pub type Pty = crate::Pty<Pt>;