Skip to main content

reload_requested

Function reload_requested 

Source
pub fn reload_requested() -> bool
Expand description

Has a hot reload been requested (SIGHUP, RFC 0017 §5.2)? The reactive supervisor consults this each tick; a drain supersedes it (the caller checks draining() first). Always false on a build without the hot-reload feature (the handler that sets it is feature-gated).