Function dioxus_core::prelude::spawn

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

Spawns the future but does not return the TaskId