pub fn reload_requested() -> boolExpand description
Has a hot reload been requested (SIGHUP)? 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).