Function futures_util::future::empty [−][src]
pub fn empty<T>() -> Empty<T>
Creates a future which never resolves, representing a computation that never finishes.
The returned future will forever return Async::Pending
.
pub fn empty<T>() -> Empty<T>
Creates a future which never resolves, representing a computation that never finishes.
The returned future will forever return Async::Pending
.