Function freya::prelude::spawn

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

Spawns the future but does not return the TaskId