Skip to main content

Pending

Type Alias Pending 

Source
type Pending = Shared<Receiver<Result<()>>>;
Expand description

Type alias for a future that we wait on to see when a pending channel is done or failed.

Aliased Typeยง

struct Pending { /* private fields */ }