Function maple_core::reactive::create_effect[][src]

pub fn create_effect<F>(effect: F) where
    F: Fn() + 'static, 

Creates an effect on signals used inside the effect closure.