Skip to main content

spawn

Function spawn 

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

Spawns a thread-safe Future.

This will be run with the current reactive owner and observer using a ScopedFuture.