//! Module declarations.
/// Typed managed-worker supervision failures, each carrying its remedy.
/// Which executable a builtin deployment launches, and what it is at spawn.
/// The supervisor itself: desired state in, running processes out.
/// One supervised instance: spawn, observe, restart, stop.
/// The operator-configured restart discipline. No invented numbers.
/// What the server says about a managed worker: desired joined with actual.
pub use SupervisionError;
pub use ManagedExecutable;
pub use WorkerSupervisor;
pub use ;
pub use ;