Skip to main content

Module supervisor

Module supervisor 

Source
Expand description

Process supervision.

The default back-end is a portable TmuxSupervisor that works on macOS and Linux. SystemdSupervisor and LaunchdSupervisor plug in behind the same trait when the host supports them.

Structs§

AgentSpec
TmuxSupervisor
Portable supervisor: one detached tmux session per agent.

Enums§

AgentState
Observed state of an agent’s supervising process.

Traits§

Supervisor