Skip to main content

Module bash_background

Module bash_background 

Source
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::BgTaskRegistry;

Modules§

buffer
output
persistence
process
pty_process
pty_runtime
registry
watchdog
watches

Structs§

BgTaskInfo

Enums§

BgTaskStatus

Functions§

repair_legacy_root_tasks
spawn
Spawn a bash command in the background. Returns a task_id immediately.
storage_dir