[][src]Function seed_comp_helpers::schedule_update

pub fn schedule_update<Ms: Clone + 'static, Mdl: 'static>(msg: Ms)

Shedule an update with an arbitary message Useful if you want to send a message to the app from a view component. Ensure you do this in a do_once black or equivalent otherwise you will get an infinite loop