Skip to main content

schedule_node_update

Function schedule_node_update 

Source
pub fn schedule_node_update(
    update: impl FnOnce(&mut dyn Applier) -> Result<(), NodeError> + 'static,
)
Expand description

Schedule an in-place node update using the most recently active runtime.