Function alternate_future::promise_future [] [src]

pub fn promise_future<T>() -> (Promise<T>, Future<T>) where
    T: Send + 'static,