Expand description
This crate provides a set of types that abstract over OS-specific platform primitives. It is focused on IO- and wait-related functionality: events, timers, and polling.
As a convenience, it also exports some OS-specific functionality and some general library functionality.
Re-exports§
pub use sys::close_stdout;
pub use sys::pipe::pair as pipe_pair;
Modules§
- Process-related functionality.
Structs§
- Implements a
Vec
-like type for building structures with a fixed-sized prefix before a dynamic number of elements. - Runs a closure when the instance goes out of scope.