pub fn spawn(fut: impl Future<Output = ()> + Send + 'static)
Spawns a thread-safe Future.
Future
This will be run with the current reactive owner and observer using a ScopedFuture.
ScopedFuture