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§
- HotRestart
Error - 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§
- Result
HotRestart Error - Result type alias for hot restart operations.