Expand description
This module contains a platform independent abstraction over an os process.
Modules
- This module contains a Unix implementation of crate::process::Process.
Traits
- Healthcheck represents a check by which we can determine if a spawned process is still alive.
- NonBlocking interface represens a std::io::Reader which can be turned in a non blocking mode so its read operations will return imideately.
- This trait represents a platform independent process which runs a program.