Struct core::future::Pending 1.48.0[−][src]
pub struct Pending<T> { /* fields omitted */ }This is supported on non-crate feature
miri-test-libstd or test or doctest only.Expand description
Creates a future which never resolves, representing a computation that never finishes.
This struct is created by pending(). See its
documentation for more.