Struct core::future::Pending 1.48.0[−][src]
#[must_use = "futures do nothing unless you `.await` or poll them"]pub struct Pending<T> { /* fields omitted */ }
Expand description
创建一个永不解析的 future,表示永不结束的计算。
该 struct
由 pending()
创建。有关更多信息,请参见其文档。