pub type Receiver = Receiver<Message>;
Channel to asynchronously receive messages from a channel.
struct Receiver { /* private fields */ }