Function freya::prelude::push_future

pub fn push_future(fut: impl Future<Output = ()> + 'static) -> Option<TaskId>
Expand description

Pushes the future onto the poll queue to be polled after the component renders.