futures_signals::signal

Function from_future

Source
pub fn from_future<A>(future: A) -> FromFuture<A>
where A: Future,