1//! OS-specific extensions. 2//! 3//! This corresponds to [`async_std::os`]. 4 5#[cfg(unix)] 6pub mod unix;