Function dioxus::prelude::spawn

source ·
pub fn spawn(fut: impl Future<Output = ()> + 'static) -> Task
Expand description

Spawns the future but does not return the [TaskId]