Skip to main content

reloading

Function reloading 

Source
pub fn reloading() -> bool
Expand 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).