Module actix_utils::oneshot[][src]

Expand description

A one-shot, futures-aware channel.

Structs

Error returned from a Receiver when the corresponding Sender is dropped.

A future representing the completion of a computation happening elsewhere in memory.

Represents the completion half of a oneshot through which the result of a computation is signaled.

Futures-aware, pool of one-shot’s.

A future representing the completion of a computation happening elsewhere in memory.

Represents the completion half of a oneshot through which the result of a computation is signaled.

Functions

Creates a new futures-aware, one-shot channel.

Creates a new futures-aware, pool of one-shot’s.