pub fn reloading() -> boolExpand description
Is a validated reload mid-apply? True only while the reloadable diff is being
written into the live runtime, so a reader can refuse work that would
otherwise observe a half-applied config. Always false off the hot-reload
path (only the reactive apply step ever sets it).