1#![cfg(not(target_arch = "wasm32"))]
23//! Async process API and worker.
4//!
5//! This module reexports the [`async-process`](https://docs.rs/async-process) for convenience.
67#[cfg(ipc)]
8pub mod worker;
910#[doc(no_inline)]
11pub use async_process::*;