Function dominator_helpers::futures::spawn_future[][src]

pub fn spawn_future<F>(future: F) -> DiscardOnDrop<CancelableFutureHandle> where
    F: Future<Output = ()> + 'static, 
Expand description

Makes it easier to spawn a future into a cancellable signal