Module erl_dist::channel [] [src]

Channel implementation for sending/receiving messages between distributed Erlang nodes.

Structs

Receiver

The receiver side of a channel.

Sender

The sender side of a channel.

Functions

receiver

Creates the receiver side of a channel to communicate with the node connected by reader.

sender

Creates the sender side of a channel to communicate with the node connected by writer.