Expand description
This crate is a collection of modules useful for working with Tokio when spawning off child processes.
Structs§
- Hdl
- Hdl is a handler type combining the child future and stdout and stderr streams returned from the execute function.