Function freya::prelude::queue_effect

pub fn queue_effect(f: impl FnOnce() + 'static)
Expand description

Queue an effect to run after the next render. You generally shouldn’t need to interact with this function directly. use_effect will call this function for you.