Skip to content

Commit 2757969

Browse files
authored
Merge pull request #918 from async-rs/restore-prior-process-exports
Restore sync process exports
2 parents 9cd0578 + 34e9ff3 commit 2757969

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/process.rs

+3
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,6 @@ pub use async_process::ChildStdout;
3838
#[cfg_attr(feature = "docs", doc(cfg(unstable)))]
3939
#[doc(inline)]
4040
pub use async_process::Command;
41+
42+
// Re-export functions.
43+
pub use std::process::{abort, exit, id};

0 commit comments

Comments
 (0)