aboutsummaryrefslogtreecommitdiffstats
path: root/src/smol.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-02-27 13:25:07 -0500
committerJesse Luehrs <doy@tozt.net>2021-02-27 13:25:07 -0500
commita4bd6da79c239c107cd727504a303fd3d2789148 (patch)
tree992bb65e1d80e0290a73d2e6848e6f96adea0aea /src/smol.rs
parentdb4a7d7d32b702736940aa0bd8d11c2ed8645b99 (diff)
downloadpty-process-a4bd6da79c239c107cd727504a303fd3d2789148.tar.gz
pty-process-a4bd6da79c239c107cd727504a303fd3d2789148.zip
give smol its own named api too
Diffstat (limited to 'src/smol.rs')
-rw-r--r--src/smol.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/smol.rs b/src/smol.rs
new file mode 100644
index 0000000..e91a18d
--- /dev/null
+++ b/src/smol.rs
@@ -0,0 +1,2 @@
+pub type Child =
+ crate::command::Child<async_process::Child, crate::pty::async_io::Pty>;