Re-exports§
pub use console_detect::monitor_console_windows;pub use console_detect::ConsoleWindowInfo;pub use containment::ContainedProcessGroup;pub use containment::ORIGINATOR_ENV_VAR;pub use spawn::spawn;pub use spawn::spawn_daemon;pub use spawn::spawn_daemon_with_clear_env;pub use spawn::DaemonChild;pub use spawn::SpawnStdio;pub use spawn::SpawnedChild;pub use spawn::StdioSource;
Modules§
- client
- Synchronous IPC client for the running-process daemon.
- console_
detect - Windows console popup detection using the Win32
EnumWindowsAPI. - containment
- Process group with originator-env injection that delegates to the
two-mode [
crate::spawn] surface. - proto
- pty
- spawn
- Two-mode process spawning. Free functions only — no module-internal traits.
Macros§
Structs§
Enums§
Functions§
- render_
rust_ debug_ traces - run_
command - Run a command to completion while concurrently draining stdout and stderr.
- unix_
set_ priority - unix_
signal_ process - unix_
signal_ process_ group