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.

Trait Implementations§

Auto Trait Implementations§

§

impl Freeze for Pending

§

impl RefUnwindSafe for Pending

§

impl Send for Pending

§

impl Sync for Pending

§

impl Unpin for Pending

§

impl UnwindSafe for Pending

Blanket Implementations§