Pending in std::future - Rust (original) (raw)
Struct Pending
1.48.0 · Source
pub struct Pending<T> { /* private fields */ }
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.