Module futures_shim::mpsc [] [src]

The purpose of this module is to enable smooth integration of unbounded mpsc-using components into futures-based pipelines.

Structs

Receiver

Wrapper for an mpsc Receiver

SendError

Represents an error sending data

SendResult
Sender

Wrapper for an mpsc Sender

Functions

channel

Creates an unbounded mpsc channel