Function trillium_async_std::spawn

source ·
pub fn spawn<Fut: Future<Output = ()> + Send + 'static>(future: Fut)
Expand description

spawn and detach a Future that returns ()