Module ntex::channel::pool[][src]

Expand description

A one-shot pool, futures-aware channel.

Structs

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

new

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