[][src]Module actix_utils::oneshot

A one-shot, futures-aware channel.

Structs

Canceled

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

Flags
PReceiver

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

PSender

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

Pool

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

Receiver

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

Sender

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

Functions

channel

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

pool

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