Skip to main content

SpawnableFuture

Trait SpawnableFuture 

Source
pub trait SpawnableFuture:
    Future<Output = ()>
    + Send
    + 'static { }

Implementors§

Source§

impl<F> SpawnableFuture for F
where F: Future<Output = ()> + Send + 'static,

Available on non-WebAssembly only.