[][src]Function erl_dist::channel::receiver

pub fn receiver<R>(reader: R) -> Receiver<R> where
    R: Read + Send + 'static, 

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

Note

Before calling this function, the distribution handshake on reader must have been completed.