mirror of
https://github.com/async-rs/async-std.git
synced 2025-01-16 02:39:55 +00:00
Restore sync process exports
This commit is contained in:
parent
9cd0578826
commit
34e9ff3cd2
1 changed files with 3 additions and 0 deletions
|
@ -38,3 +38,6 @@ pub use async_process::ChildStdout;
|
|||
#[cfg_attr(feature = "docs", doc(cfg(unstable)))]
|
||||
#[doc(inline)]
|
||||
pub use async_process::Command;
|
||||
|
||||
// Re-export functions.
|
||||
pub use std::process::{abort, exit, id};
|
||||
|
|
Loading…
Reference in a new issue