Expand description
Background bash task management: spawning detached tasks, the watchdog that reaps them, output buffering/compression, and on-disk persistence so tasks survive a bridge restart.
Re-exports§
pub use registry::BgCompletion;pub use registry::BgTaskHealthCounts;pub use registry::BgTaskRegistry;
Modules§
Structs§
Enums§
Functions§
- repair_
legacy_ root_ tasks - spawn
- Spawn a bash command in the background. Returns a task_id immediately.
- storage_
dir - Resolve the process-state storage root exactly once for every Rust entry point. The environment override is checked here so it wins over a stale plugin wire value, while both plugin-less fallback and plugin-injected paths share one root.