Crate hot_restart

Source
Expand description

hot-restart

A Rust library for hot restarting applications without downtime. Provides seamless process replacement for servers and long-running services, enabling zero-downtime updates and configuration reloads.

Enums§

HotRestartError
Errors that can occur during hot restart process.

Functions§

hot_restart
Starts hot restart process without waiting for completion.
hot_restart_wait
Starts hot restart process and waits for completion.

Type Aliases§

ResultHotRestartError
Result type alias for hot restart operations.