Function dioxus_core::prelude::push_future
source · 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.